Exception: MockChargebee::InvalidEventAttribute
- Inherits:
-
StandardError
- Object
- StandardError
- MockChargebee::InvalidEventAttribute
- Defined in:
- lib/mock_chargebee/errors.rb
Instance Method Summary collapse
-
#initialize(attribute) ⇒ InvalidEventAttribute
constructor
A new instance of InvalidEventAttribute.
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 |