Exception: Routo::Exception::Base

Inherits:
Exception
  • Object
show all
Defined in:
lib/routo/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/routo/exception.rb', line 5

def initialize msg
  super(msg)
end