Files
pcm-icon-bundle/src/Exception/IconNotFound.php
2023-05-31 11:50:32 +01:00

8 lines
112 B
PHP

<?php
declare(strict_types=1);
namespace Pcm\IconBundle\Exception;
class IconNotFound extends \Exception {};