Exception: EppoClient::UnauthorizedError
- Inherits:
-
StandardError
- Object
- StandardError
- EppoClient::UnauthorizedError
- Defined in:
- lib/custom_errors.rb
Overview
A custom error class for unauthorized requests
Instance Method Summary collapse
-
#initialize(message) ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
Constructor Details
#initialize(message) ⇒ UnauthorizedError
Returns a new instance of UnauthorizedError.
13 14 15 |
# File 'lib/custom_errors.rb', line 13 def initialize() super("Unauthorized: #{message}") end |