AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
relay-auth.exception.ts
根目录
/
project
/
aitoearn-backend
/
apps
/
aitoearn-server
/
src
/
core
/
channels
/
relay
/
relay-auth.exception.ts
1
export class RelayAuthException extends Error {
2
constructor() {
3
super('Auth request should be forwarded to relay server')
4
}
5
}
6
6 lines
TYPESCRIPT