Actually throw NoQueueHandlerException too.
This commit is contained in:
parent
59e75ef966
commit
c173c4faa5
@ -235,7 +235,7 @@ abstract class QueueManager extends IoManager
|
|||||||
$this->_log(LOG_ERR, "Nonexistent handler class '$class' for queue '$queue'");
|
$this->_log(LOG_ERR, "Nonexistent handler class '$class' for queue '$queue'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
throw new NoQueueHandlerException($queue);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user