Exception: ThreeScale::Backend::ApplicationNotActive

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

#initializeApplicationNotActive

Returns a new instance of ApplicationNotActive.



83
84
85
# File 'lib/3scale/backend/errors.rb', line 83

def initialize
  super 'application is not active'.freeze
end