Add invalid svg exception

This commit is contained in:
2024-01-11 16:49:32 +00:00
parent 3f27e50c32
commit a8af463c5c

View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace Pcm\IconBundle\Exception;
class InvalidSvgException extends \Exception {};