Exception: RHC::Rest::AuthorizationsNotSupported
- Defined in:
- lib/rhc/rest.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "The server does not support setting, retrieving, or authenticating with authorization tokens.") ⇒ AuthorizationsNotSupported
constructor
A new instance of AuthorizationsNotSupported.
Constructor Details
#initialize(message = "The server does not support setting, retrieving, or authenticating with authorization tokens.") ⇒ AuthorizationsNotSupported
Returns a new instance of AuthorizationsNotSupported.
144 145 146 |
# File 'lib/rhc/rest.rb', line 144 def initialize(="The server does not support setting, retrieving, or authenticating with authorization tokens.") super(, 1) end |