Exakat\Exceptions\NoJobqueueStarted::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct("No Jobqueue server was found on this server. Start the queue (exakat queue) and try again.", $code, $previous);
    }
NoJobqueueStarted