Exception: PropelAuth::BadRequest

Inherits:
StandardError
  • Object
show all
Defined in:
lib/propelauth/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(errors_by_field) ⇒ BadRequest



9
10
11
12
# File 'lib/propelauth/error.rb', line 9

def initialize(errors_by_field)
  @errors_by_field = errors_by_field
  super("Bad request #{errors_by_field}")
end