@@ -14,7 +14,7 @@ interface Result
1414 *
1515 * @return array<int,mixed>|false
1616 *
17- * @throws LowLevelDriverException
17+ * @throws DriverException
1818 */
1919 public function fetchNumeric ();
2020
@@ -23,7 +23,7 @@ public function fetchNumeric();
2323 *
2424 * @return array<string,mixed>|false
2525 *
26- * @throws LowLevelDriverException
26+ * @throws DriverException
2727 */
2828 public function fetchAssociative ();
2929
@@ -32,7 +32,7 @@ public function fetchAssociative();
3232 *
3333 * @return mixed|false
3434 *
35- * @throws LowLevelDriverException
35+ * @throws DriverException
3636 */
3737 public function fetchOne ();
3838
@@ -41,7 +41,7 @@ public function fetchOne();
4141 *
4242 * @return array<int,array<int,mixed>>
4343 *
44- * @throws LowLevelDriverException
44+ * @throws DriverException
4545 */
4646 public function fetchAllNumeric (): array ;
4747
@@ -50,7 +50,7 @@ public function fetchAllNumeric(): array;
5050 *
5151 * @return array<int,array<string,mixed>>
5252 *
53- * @throws LowLevelDriverException
53+ * @throws DriverException
5454 */
5555 public function fetchAllAssociative (): array ;
5656
@@ -59,7 +59,7 @@ public function fetchAllAssociative(): array;
5959 *
6060 * @return array<int,mixed>
6161 *
62- * @throws LowLevelDriverException
62+ * @throws DriverException
6363 */
6464 public function fetchFirstColumn (): array ;
6565
0 commit comments