Exception: Distelli::InvalidResponseType

Inherits:
ClientError show all
Defined in:
lib/distelli/serviceinterface.rb

Instance Attribute Summary

Attributes inherited from BaseException

#err_code, #err_msg, #http_code

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InvalidResponseType

Returns a new instance of InvalidResponseType.



45
46
47
# File 'lib/distelli/serviceinterface.rb', line 45

def initialize(msg=nil)
  super(msg, "InvalidResponseType", nil, 400)
end