diff --git a/Db.php b/Db.php index de6c70b..a508f29 100644 --- a/Db.php +++ b/Db.php @@ -42,7 +42,7 @@ class Db implements ISqlBuilder /** * @param string|Connection $dbname * @return Db - * @throws \Exception + * @throws Exception */ public static function connect(string|Connection $dbname): Db {