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
# File lib/rhc/rest.rb, line 119
def initialize(message="The server does not support setting, retrieving, or authenticating with authorization tokens.")
  super(message, 1)
end