Exception: Distelli::OperationNotSupported

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) ⇒ OperationNotSupported

Returns a new instance of OperationNotSupported.



57
58
59
# File 'lib/distelli/serviceinterface.rb', line 57

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