2025-02-26 10:13:24 +08:00

11 lines
124 B
PHP

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