Skip to content

Commit f9d1e55

Browse files
authored
Create InvalidPostcodeException.php
1 parent c825068 commit f9d1e55

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)