Exception: Callapi::UnknownHttpMethodError

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

Instance Method Summary collapse

Constructor Details

#initializeUnknownHttpMethodError

Returns a new instance of UnknownHttpMethodError.



34
35
36
# File 'lib/callapi/errors.rb', line 34

def initialize
  super 'Could not retrieve HTTP method from Call class name'
end