diff --git a/Command.php b/Command.php index 253705f..ef6fafb 100644 --- a/Command.php +++ b/Command.php @@ -206,8 +206,7 @@ class Command extends Component /** * @param Throwable $throwable * @return bool - * @throws ReflectionException - */ + */ private function error(Throwable $throwable): bool { $message = $this->sql . '.' . json_encode($this->params, JSON_UNESCAPED_UNICODE);