Exception: RefArchSetup::BoltHelper::BoltCommandError
- Inherits:
-
StandardError
- Object
- StandardError
- RefArchSetup::BoltHelper::BoltCommandError
- Defined in:
- lib/ref_arch_setup/bolt_helper.rb
Overview
custom exception class for bolt command errors
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(message, output) ⇒ BoltCommandError
constructor
A new instance of BoltCommandError.
Constructor Details
#initialize(message, output) ⇒ BoltCommandError
Returns a new instance of BoltCommandError.
16 17 18 19 |
# File 'lib/ref_arch_setup/bolt_helper.rb', line 16 def initialize(, output) @output = output super() end |
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output.
15 16 17 |
# File 'lib/ref_arch_setup/bolt_helper.rb', line 15 def output @output end |