Exception: ThreeScale::Backend::ApplicationHasNoState

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

Instance Method Summary collapse

Methods inherited from BadRequest

#http_code

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initialize(id) ⇒ ApplicationHasNoState

Returns a new instance of ApplicationHasNoState.



290
291
292
# File 'lib/3scale/backend/errors.rb', line 290

def initialize(id)
  super %(Application with id="#{id}" has no state )
end