Class: Wayfarer::Dispatcher::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/wayfarer/dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



19
20
21
# File 'lib/wayfarer/dispatcher.rb', line 19

def exception
  @exception
end