rector/src/Exception/FileSystem/FileNotFoundException.php

12 lines
150 B
PHP

<?php
declare(strict_types=1);
namespace Rector\Core\Exception\FileSystem;
use Exception;
final class FileNotFoundException extends Exception
{
}