class HalApi::Errors::BadFilterValueError

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