izzum\command\ExceptionCommand::__construct PHP Method

__construct() public method

public __construct ( $message = self::NULL_MESSAGE, $code = self::NULL_CODE, $previous = null )
    public function __construct($message = self::NULL_MESSAGE, $code = self::NULL_CODE, $previous = null)
    {
        $this->exception = new \Exception($message, $code, $previous);
    }
ExceptionCommand