class MockChargebee::InvalidEventAttribute

Public Class Methods

new(attribute) click to toggle source
Calls superclass method
# File lib/mock_chargebee/errors.rb, line 11
def initialize(attribute)
  super("Attribute #{attribute} is not allowed on Chargebee events")
end