Raised when an invalid argument is passed to a method
Examples:
Raising ProcessExecuter::ArgumentError due to invalid option value
beginProcessExecuter.run('echo Hello',timeout_after:'not_a_number')rescueProcessExecuter::ArgumentError=>ee.message#=> 'timeout_after must be nil or a non-negative real number but was "not_a_number"'
end