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