Skip to content

Commit 0183180

Browse files
committed
add missing exception to connection constructor
1 parent 24caf25 commit 0183180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IConnection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ interface IConnection
2525
/**
2626
* Inject connection configuration.
2727
* @param \phpsap\interfaces\IConfig $config connection configuration
28+
* @throws \phpsap\interfaces\exceptions\IIncompleteConfigException
2829
*/
2930
public function __construct(IConfig $config);
3031

0 commit comments

Comments
 (0)