Archived
Public Access
3
0

Add empty file exception

This commit is contained in:
2024-01-11 16:08:18 +00:00
parent 6e2228b835
commit a19f1f4438
+7
View File
@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace Pcm\IconBundle\Exception;
class EmptyFileException extends \Exception {};