Class: LanguageOperator::CLI::Errors::NotFoundError
- Inherits:
-
ThorCompatibleError
- Object
- Thor::Error
- ThorCompatibleError
- LanguageOperator::CLI::Errors::NotFoundError
- Defined in:
- lib/language_operator/cli/errors/thor_errors.rb
Overview
Resource not found error (exit code 2)
Instance Attribute Summary
Attributes inherited from ThorCompatibleError
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message = nil) ⇒ NotFoundError
Returns a new instance of NotFoundError.
21 22 23 |
# File 'lib/language_operator/cli/errors/thor_errors.rb', line 21 def initialize( = nil) super(, 2) end |