Add new exception

This commit is contained in:
2024-09-26 10:35:04 +01:00
parent 7cd78307f9
commit 9588938356

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Pcm\GeocodeBundle\Exception;
class MissingGeocodeDataException extends GeocodeException
{
}