diff --git a/System/Di/Service.php b/System/Di/Service.php index 52d3e53d..7a75d8e7 100644 --- a/System/Di/Service.php +++ b/System/Di/Service.php @@ -36,9 +36,7 @@ class Service extends Component * @param $id * @param bool $try * @return mixed - * @throws ComponentException - * @throws NotFindClassException - * @throws ReflectionException + * @throws Exception */ public function get($id, $try = true): mixed { @@ -79,9 +77,7 @@ class Service extends Component * @param $definition * * @return mixed - * @throws ComponentException - * @throws ReflectionException - * @throws NotFindClassException + * @throws Exception */ public function set($id, $definition): mixed {