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

10 lines
175 B
PHP

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