Class: LanguageOperator::CLI::Errors::SynthesisError

Inherits:
ThorCompatibleError show all
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

#exit_code

Instance Method Summary collapse

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(message = nil)
  super(message, 6)
end