Method: Mocha::ExceptionRaiser#initialize

Defined in:
lib/mocha/exception_raiser.rb

#initialize(exception, message) ⇒ ExceptionRaiser



5
6
7
# File 'lib/mocha/exception_raiser.rb', line 5

def initialize(exception, message)
  @exception, @message = exception, message
end