Add empty file exception

This commit is contained in:
2024-01-11 16:08:18 +00:00
parent 6e2228b835
commit a19f1f4438

View File

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