class ProcessExecuter::CommandError

def initialize(result)

Parameters:
  • result (Result) -- The result of the command including the command,
def initialize(result)
  @result = result
  super(error_message)
end