Exception: LogicaCompiler::CommandFailedError
- Defined in:
- lib/logica_compiler/errors.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Instance Method Summary collapse
-
#initialize(message = nil, command: nil) ⇒ CommandFailedError
constructor
A new instance of CommandFailedError.
Constructor Details
#initialize(message = nil, command: nil) ⇒ CommandFailedError
Returns a new instance of CommandFailedError.
9 10 11 12 |
# File 'lib/logica_compiler/errors.rb', line 9 def initialize( = nil, command: nil) @command = command super() end |
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command.
7 8 9 |
# File 'lib/logica_compiler/errors.rb', line 7 def command @command end |