From: Mikael Nordfeldth Date: Thu, 14 Jan 2016 12:48:33 +0000 (+0100) Subject: Actually throw NoQueueHandlerException too. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c173c4faa52c0ff2b76a68752af5f87699cdd959;p=quix0rs-gnu-social.git Actually throw NoQueueHandlerException too. --- diff --git a/lib/queuemanager.php b/lib/queuemanager.php index 487104099a..74e653e72e 100644 --- a/lib/queuemanager.php +++ b/lib/queuemanager.php @@ -235,7 +235,7 @@ abstract class QueueManager extends IoManager $this->_log(LOG_ERR, "Nonexistent handler class '$class' for queue '$queue'"); } } - return null; + throw new NoQueueHandlerException($queue); } /**