diff --git a/System/Process/Biomonitoring.php b/System/Process/Biomonitoring.php index 8a3f3d1a..48d10e4b 100644 --- a/System/Process/Biomonitoring.php +++ b/System/Process/Biomonitoring.php @@ -4,7 +4,7 @@ namespace Snowflake\Process; -use Snowflake\Exception\ComponentException; +use Exception; use Snowflake\Snowflake; use Swoole\Timer; @@ -18,7 +18,7 @@ class Biomonitoring extends Process /** * @param \Swoole\Process $process - * @throws ComponentException + * @throws Exception */ public function onHandler(\Swoole\Process $process): void { diff --git a/System/Process/Process.php b/System/Process/Process.php index 5368ae47..068a7b16 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -39,7 +39,6 @@ abstract class Process extends \Swoole\Process implements SProcess /** * @param Process $process - * @throws ComponentException * @throws Exception */ public function _load(Process $process)