Archived
Public Access
3
0
This repository has been archived on 2026-04-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pcm-icon-bundle/src/Exception/EmptyFileException.php
T
2024-01-11 16:08:18 +00:00

8 lines
118 B
PHP

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