Class: LanguageOperator::CLI::Errors::AuthError
- Inherits:
-
ThorCompatibleError
- Object
- Thor::Error
- ThorCompatibleError
- LanguageOperator::CLI::Errors::AuthError
- Defined in:
- lib/language_operator/cli/errors/thor_errors.rb
Overview
Authentication or authorization error (exit code 5)
Instance Attribute Summary
Attributes inherited from ThorCompatibleError
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(message = nil) ⇒ AuthError
Returns a new instance of AuthError.
42 43 44 |
# File 'lib/language_operator/cli/errors/thor_errors.rb', line 42 def initialize( = nil) super(, 5) end |