Archived
Public Access
3
0

Add invalid svg exception

This commit is contained in:
2024-01-11 16:49:32 +00:00
parent 3f27e50c32
commit a8af463c5c
+7
View File
@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace Pcm\IconBundle\Exception;
class InvalidSvgException extends \Exception {};