Exception: Apiway::ControllerNotExists

Inherits:
StandardError
  • Object
show all
Defined in:
lib/apiway/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ControllerNotExists

Returns a new instance of ControllerNotExists.



15
16
17
# File 'lib/apiway/errors.rb', line 15

def initialize( name )
  super "\"#{ name }\" not exists"
end