Method: Exceptron::Presenter#initialize

Defined in:
lib/exceptron/exception.rb

#initialize(exception) ⇒ Presenter



2
3
4
# File 'lib/exceptron/exception.rb', line 2

def initialize(exception)
  @wrapped_exception = exception
end