Exception: Aho::Api::MissingFieldError

Inherits:
Error
  • Object
show all
Defined in:
lib/aho/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(field_name) ⇒ MissingFieldError

Returns a new instance of MissingFieldError.



8
9
10
# File 'lib/aho/errors.rb', line 8

def initialize(field_name)
  super("Missing required field '#{field_name}'")
end