Exakat\Exceptions\AnotherProcessIsRunning::__construct PHP Method

__construct() public method

public __construct ( $message = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct("Another exakat is running. Wait until it finishes to launch this command again.\n", $code, $previous);
    }
AnotherProcessIsRunning