diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 8225edcb..b86ab99a 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -118,7 +118,7 @@ abstract class Pool extends Component */ public function checkCanUse(string $name, mixed $client): mixed { - throw new Exception('Undefined system processing function.'); + return true; } /**