// +---------------------------------------------------------------------- declare(strict_types=1); namespace think\exception; class FileException extends \RuntimeException { }