We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a691a commit 4ced5f6Copy full SHA for 4ced5f6
2 files changed
src/CallFailedException.php
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+namespace INWX;
4
5
+class CallFailedException extends \Exception {
6
7
+}
src/ExceptionCallFailed.php
0 commit comments