Exception: Rexec::AuthError
- Defined in:
- lib/rexec/error.rb
Overview
Authentication error (401/403).
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(message = "Authentication failed") ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(message = "Authentication failed") ⇒ AuthError
Returns a new instance of AuthError.
20 21 22 |
# File 'lib/rexec/error.rb', line 20 def initialize( = "Authentication failed") super(401, ) end |