class RHC::Rest::AuthorizationsNotSupported
Public Class Methods
new(message="The server does not support setting, retrieving, or authenticating with authorization tokens.")
click to toggle source
Calls superclass method
RHC::Rest::Exception.new
# File lib/rhc/rest.rb, line 145 def initialize(message="The server does not support setting, retrieving, or authenticating with authorization tokens.") super(message, 1) end