You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then, to catch queue level exceptions use `ExceptionInterface`[marker interface](http://en.wikipedia.org/wiki/Marker_interface_pattern):
292
+
And then, to catch queue level exceptions use the `ExceptionInterface`[marker interface](http://en.wikipedia.org/wiki/Marker_interface_pattern):
293
293
294
294
```php
295
295
use Phive\Queue\Exception\ExceptionInterface;
@@ -311,7 +311,7 @@ try {
311
311
Phive Queue uses [PHPUnit](http://phpunit.de) for unit and acceptance testing. In order to run the tests, you'll first need to install the library dependencies using composer:
0 commit comments