Exception: Apiway::EventHandlerNotExists
- Inherits:
-
StandardError
- Object
- StandardError
- Apiway::EventHandlerNotExists
- Defined in:
- lib/apiway/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ EventHandlerNotExists
constructor
A new instance of EventHandlerNotExists.
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 |