Add new exception
This commit is contained in:
10
src/Exception/MissingGeocodeDataException.php
Normal file
10
src/Exception/MissingGeocodeDataException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\GeocodeBundle\Exception;
|
||||
|
||||
class MissingGeocodeDataException extends GeocodeException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user