@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
8 lines • 313 B
TypeScript
import { GatewayUrl } from "../GatewayUrl";
export declare class RouterUnauthorizedError extends Error {
gatewayUrl: GatewayUrl;
src?: unknown;
protected errorCode: string;
constructor(message: string, gatewayUrl: GatewayUrl, src?: unknown);
}
//# sourceMappingURL=RouterUnauthorizedError.d.ts.map