返回 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