1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-11 16:49:51 +01:00
parallel/lib/Sync/SemaphoreException.php
Aaron Piotrowski c7294da60d Reorganize exception classes and add TaskError
TaskError is thrown if the exception thrown in the worker was an instance of Error.
2017-05-17 23:13:29 -05:00

6 lines
84 B
PHP

<?php
namespace Amp\Parallel\Sync;
class SemaphoreException extends \Exception {}