Exception: ThreeScale::Backend::InvalidEventType
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ InvalidEventType
constructor
A new instance of InvalidEventType.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize(type) ⇒ InvalidEventType
Returns a new instance of InvalidEventType.
214 215 216 |
# File 'lib/3scale/backend/errors.rb', line 214 def initialize(type) super %(Event type "#{type}" is invalid") end |