1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00

Remove unused exception type

This commit is contained in:
coderstephen 2015-08-05 11:36:37 -05:00
parent ab32b4b88e
commit 63ad35cec1

View File

@ -1,6 +0,0 @@
<?php
namespace Icicle\Concurrent\Exception;
class ContextAbortException extends Exception
{
}