think-orm

This commit is contained in:
2025-08-15 11:11:10 +08:00
parent dc60b38526
commit 455bfde49f
5 changed files with 7 additions and 7 deletions

View File

@@ -720,7 +720,7 @@ function debounce(string $key,int $waitMs = 20)
cache($key, 1, $ttl); // 设置一个短暂缓存用于防抖
}else{
throw new SysException("操作过于频繁,请稍后再试");
throw new \app\exception\SysException("操作过于频繁,请稍后再试");
}
}