Exception: Reverb::Api::NotAuthorizedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/reverb/api/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotAuthorizedError

Returns a new instance of NotAuthorizedError.



4
5
6
# File 'lib/reverb/api/errors.rb', line 4

def initialize(message)
  super(message || "Reverb authorization failed. Please check your X-Auth-Token header.")
end