Exception: ThreeScale::Backend::ServiceNotActive

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

#initializeServiceNotActive

Returns a new instance of ServiceNotActive.



77
78
79
# File 'lib/3scale/backend/errors.rb', line 77

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