class HalApi::Errors::BadSortError

Public Class Methods

new(msg, hint = nil) click to toggle source
Calls superclass method HalApi::Errors::ApiError::new
# File lib/hal_api/errors.rb, line 35
def initialize(msg, hint = nil)
  super(msg, 400, hint)
end