// +---------------------------------------------------------------------- declare (strict_types = 1); namespace think\exception; /** * 非法缓存数据异常 */ class InvalidCacheException extends InvalidArgumentException { }