Exception: Braid::Operations::ShellExecutionError
- Inherits:
-
BraidError
- Object
- StandardError
- BraidError
- Braid::Operations::ShellExecutionError
- Defined in:
- lib/braid/operations.rb
Instance Attribute Summary collapse
-
#err ⇒ Object
readonly
Returns the value of attribute err.
-
#out ⇒ Object
readonly
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(err, out) ⇒ ShellExecutionError
constructor
A new instance of ShellExecutionError.
- #message ⇒ Object
Methods included from T::Sig
Constructor Details
#initialize(err, out) ⇒ ShellExecutionError
Returns a new instance of ShellExecutionError.
17 18 19 20 |
# File 'lib/braid/operations.rb', line 17 def initialize(err, out) @err = err @out = out end |
Instance Attribute Details
#err ⇒ Object (readonly)
Returns the value of attribute err.
14 15 16 |
# File 'lib/braid/operations.rb', line 14 def err @err end |
#out ⇒ Object (readonly)
Returns the value of attribute out.
14 15 16 |
# File 'lib/braid/operations.rb', line 14 def out @out end |
Instance Method Details
#message ⇒ Object
23 24 25 |
# File 'lib/braid/operations.rb', line 23 def @err end |