Skip to content

Commit

Permalink
Use original, not aliased exception name
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed May 1, 2020
1 parent 78bb019 commit 8e10961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Worker/TaskWorker.php
Expand Up @@ -9,8 +9,8 @@
use Amp\Parallel\Context\Context;
use Amp\Parallel\Context\StatusError;
use Amp\Parallel\Sync\ChannelException;
use Amp\Parallel\Sync\SerializationException;
use Amp\Promise;
use Amp\Serialization\SerializationException;
use Amp\Success;
use Amp\TimeoutException;
use function Amp\call;
Expand Down

0 comments on commit 8e10961

Please sign in to comment.