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