Exception: Json2hcl::CommandExecutionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/json2hcl/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Command returned a non-zero status') ⇒ CommandExecutionError

TODO: Add extra parameters for stdout, stderr and exitstatus



24
25
26
# File 'lib/json2hcl/exceptions.rb', line 24

def initialize(msg='Command returned a non-zero status')
  super
end