Exception: Bobot::FieldFormat

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/bobot/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(description) ⇒ FieldFormat

Returns a new instance of FieldFormat.



12
13
14
# File 'lib/bobot/exceptions.rb', line 12

def initialize(description)
  super("invalid field value with API limits: #{description}")
end