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 c825068 commit f9d1e55Copy full SHA for f9d1e55
Exception/InvalidPostcodeException.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 InvalidPostcodeException
13
+ *
14
+ * @author Api Postcode <info@api-postcode.nl>
15
+ */
16
+class InvalidPostcodeException extends \Exception
17
+{
18
19
+}
0 commit comments