This website requires JavaScript.
Explore
Help
Sign In
danog
/
parallel
Watch
1
Star
0
Fork
0
You've already forked parallel
mirror of
https://github.com/danog/parallel.git
synced
2024-11-27 04:44:56 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
dbd3403087
parallel
/
lib
/
Sync
/
SemaphoreException.php
7 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types
2016-12-30 02:16:04 +01:00
<
?
php
Port to Amp
2016-08-18 18:04:48 +02:00
Reorganize exception classes and add TaskError TaskError is thrown if the exception thrown in the worker was an instance of Error.
2017-05-18 06:13:29 +02:00
namespace
Amp\Parallel\Sync
;
Port to Amp
2016-08-18 18:04:48 +02:00
Apply Amp's code style
2017-05-18 09:51:31 +02:00
class
SemaphoreException
extends
\Exception
{
}
Reference in New Issue
Copy Permalink