Exception: ApiClient::Exceptions::Unauthorized
- Defined in:
- lib/api-client/exceptions/unauthorized.rb
Overview
Exception for a Unauthorized Response ( Status Code : 401 ). The request requires user authentication.
Class Method Summary collapse
-
.initialize ⇒ Unauthorized
Initialize a new exception.
Class Method Details
.initialize ⇒ Unauthorized
Initialize a new exception.
7 8 9 |
# File 'lib/api-client/exceptions/unauthorized.rb', line 7 def self.initialize super('Authentication Required!') end |