Exception: Mercadona::Error::Argument

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/mercadona/error/argument.rb

Constant Summary collapse

DISCOUNT_CLASS =
'type: must have a :call method'
COMPARISON_OPERATOR =
"condition: must be one of #{Mercadona::ALLOWED_COMPARISON_OPERATORS.join(', ')}"