Preview: address-error.ts
Size: 222 B
/home/byroehnu/easepay.easetack.com/node_modules/ip-address/src/address-error.ts
export class AddressError extends Error {
parseMessage?: string;
constructor(message: string, parseMessage?: string) {
super(message);
this.name = 'AddressError';
this.parseMessage = parseMessage;
}
}
Directory Contents
Dirs: 2 × Files: 6