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 f9d1e55 commit 216d684Copy full SHA for 216d684
Exception/InvalidResponseException.php
@@ -0,0 +1,19 @@
1
+<?php
2
+/*
3
+* (c) Api Postcode <info@api-postcode.nl>
4
+*
5
+* For the full copyright and license information, please view the LICENSE
6
+* file that was distributed with this source code.
7
+*/
8
+
9
+namespace ApiPostcode\Exception;
10
11
+/**
12
+ * Class InvalidResponseException
13
+ *
14
+ * @author Api Postcode <info@api-postcode.nl>
15
+ */
16
+class InvalidResponseException extends \Exception
17
+{
18
19
+}
0 commit comments