Exception: ThreeScale::Backend::OauthNotEnabled

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

#initializeOauthNotEnabled

Returns a new instance of OauthNotEnabled.



89
90
91
# File 'lib/3scale/backend/errors.rb', line 89

def initialize
  super 'oauth is not enabled'.freeze
end