class RSpec::Core::Notifications::FailedExampleNotification

def exception

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