Exception: MockChargebee::InvalidEventAttribute

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mock_chargebee/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(attribute) ⇒ InvalidEventAttribute

Returns a new instance of InvalidEventAttribute.



11
12
13
# File 'lib/mock_chargebee/errors.rb', line 11

def initialize(attribute)
  super("Attribute #{attribute} is not allowed on Chargebee events")
end