We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1c632 commit 390fb80Copy full SHA for 390fb80
1 file changed
src/SqlConnector.php
@@ -17,6 +17,8 @@ interface SqlConnector
17
* @param TConfig $config
18
*
19
* @return TLink
20
+ *
21
+ * @throws ConnectionException
22
*/
23
public function connect(SqlConfig $config, ?Cancellation $cancellation = null): Link;
24
}
0 commit comments