Exception: ThreeScale::Backend::InvalidEventType

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

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