class RefArchSetup::BoltHelper::BoltCommandError

custom exception class for bolt command errors

Attributes

output[R]

Public Class Methods

new(message, output) click to toggle source
Calls superclass method
# File lib/ref_arch_setup/bolt_helper.rb, line 16
def initialize(message, output)
  @output = output
  super(message)
end