class ProcessExecuter::CommandError
def initialize(result)
-
result
(Result
) -- The result of the command including the command,
def initialize(result) @result = result super(error_message) end
result
(Result
)
-- The result of the command including the command,
def initialize(result) @result = result super(error_message) end