class RSpec::Core::Notifications::FailedExampleNotification

def exception

Returns:
  • (Exception) - The example failure
def exception
  @exception_presenter.exception
end