rector/vendor/illuminate/contracts/Filesystem/FileNotFoundException.php
Tomas Votruba c29364dfcf Updated Rector to commit f3242bfadc709ca567975be62691944b5f8301ee
f3242bfadc [CodeQuality] Handle crash inside block statement with unreachable statement on OptionalParametersAfterRequiredRector (#6640)
2025-01-01 07:12:11 +00:00

10 lines
142 B
PHP

<?php
namespace RectorPrefix202501\Illuminate\Contracts\Filesystem;
use Exception;
class FileNotFoundException extends Exception
{
//
}