Remove unused exception

This commit is contained in:
Aaron Piotrowski 2022-12-31 13:39:17 -06:00
parent 6ac65a30e8
commit 5168b0efc5
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -1,7 +0,0 @@
<?php declare(strict_types=1);
namespace Amp\Sql;
class PoolError extends \Error
{
}