Files
2025-11-26 13:22:58 -05:00

11 lines
124 B
PHP
Executable File

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