Exception: Apiway::EventHandlerNotExists

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ EventHandlerNotExists

Returns a new instance of EventHandlerNotExists.



6
7
8
# File 'lib/apiway/errors.rb', line 6

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