class RSpec::Core::Example

def set_exception(exception)

Other tags:
    Private: -
def set_exception(exception)
  @exception ||= exception
end