File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ public function getDest();
8181 * Generate the type of configuration needed by the PHP module in order to
8282 * establish a connection to SAP.
8383 * @return mixed
84+ * @throws \phpsap\interfaces\exceptions\IIncompleteConfigException
8485 */
8586 public function generateConfig ();
8687}
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * File src/exceptions/IIncompleteConfigException.php
4+ *
5+ * The configuration is incomplete.
6+ *
7+ * @package interfaces
8+ * @author Gregor J.
9+ * @license MIT
10+ */
11+
12+ namespace phpsap \interfaces \exceptions ;
13+
14+ /**
15+ * Class phpsap\interfaces\exceptions\IIncompleteConfigException
16+ *
17+ * TThe configuration is incomplete.
18+ *
19+ * @package phpsap\interfaces\exceptions
20+ * @author Gregor J.
21+ * @license MIT
22+ */
23+ interface IIncompleteConfigException extends ISapException
24+ {
25+ }
You can’t perform that action at this time.
0 commit comments