diff --git a/kiri-engine/Abstracts/Config.php b/kiri-engine/Abstracts/Config.php index 6904a0b1..7b5c1d43 100644 --- a/kiri-engine/Abstracts/Config.php +++ b/kiri-engine/Abstracts/Config.php @@ -60,7 +60,7 @@ class Config extends Component * @param bool $try * @param mixed|null $default * @return mixed - * @throws ConfigException + * @throws */ public static function get($key, mixed $default = null, bool $try = FALSE): mixed {