class RSpec::Core::Notifications::FailedExampleNotification

def initialize(example, exception_presenter)

def initialize(example, exception_presenter)
  @exception_presenter = exception_presenter
  super(example)
end