class HalApi::Errors::UnknownFilterError

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 41
def initialize(msg, hint = nil)
  super(msg, 400, hint)
end