$command
$command : string
Stores the command that threw this exception, if any.
Exception class for the alizephp package. It adds stderr and command to the basic properties of parent class Exception.
__construct(string $message, string $command, string $stderr, string $code)
Creates an AlizePHPException
string | $message | Message of the exception, if the exception is originated in a command, it should store the stdout of that command |
string | $command | Command that threw this exception, if any. |
string | $stderr | Stderr of the command that threw the exception, if any. |
string | $code | Code of the exception. If might be the return value of the command that threw the exception, if any. |