Exception: Tzispa::Api::UnknownHandlerVerb

Inherits:
ApiException
  • Object
show all
Defined in:
lib/tzispa/api/handler.rb

Instance Method Summary collapse

Constructor Details

#initialize(s, name) ⇒ UnknownHandlerVerb

Returns a new instance of UnknownHandlerVerb.



15
16
17
# File 'lib/tzispa/api/handler.rb', line 15

def initialize(s, name)
  super("Unknown verb: '#{s}' called in api handler '#{name}'")
end