rector/vendor/symplify/smart-file-system/src/Exception/FileNotFoundException.php
2022-09-01 09:30:44 +00:00

10 lines
170 B
PHP

<?php
declare (strict_types=1);
namespace RectorPrefix202209\Symplify\SmartFileSystem\Exception;
use Exception;
final class FileNotFoundException extends Exception
{
}