Remove custom messages

This commit is contained in:
2024-09-26 10:34:55 +01:00
parent 35a37a1eae
commit 7cd78307f9
2 changed files with 0 additions and 12 deletions

View File

@@ -6,11 +6,5 @@ namespace Pcm\GeocodeBundle\Exception;
class NoResultsFoundException extends GeocodeException
{
private const string MESSAGE = "No results found.";
public function __construct(string $postcode)
{
parent::__construct($postcode, self::MESSAGE);
}
}