Exception: Rubino::UnauthorizedError

Inherits:
Error
  • Object
show all
Defined in:
lib/rubino/errors.rb

Overview

Missing or invalid credentials. Maps to 401.

Instance Method Summary collapse

Constructor Details

#initialize(message = "unauthorized") ⇒ UnauthorizedError

Returns a new instance of UnauthorizedError.



51
52
53
# File 'lib/rubino/errors.rb', line 51

def initialize(message = "unauthorized")
  super
end