Exception: HalApi::Errors::BadSortError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/hal_api/errors.rb

Instance Attribute Summary

Attributes inherited from ApiError

#hint, #status

Instance Method Summary collapse

Constructor Details

#initialize(msg, hint = nil) ⇒ BadSortError

Returns a new instance of BadSortError.



35
36
37
# File 'lib/hal_api/errors.rb', line 35

def initialize(msg, hint = nil)
  super(msg, 400, hint)
end