Dia antes primera install
This commit is contained in:
11
node_modules/ip-address/src/address-error.ts
generated
vendored
Normal file
11
node_modules/ip-address/src/address-error.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export class AddressError extends Error {
|
||||
parseMessage?: string;
|
||||
|
||||
constructor(message: string, parseMessage?: string) {
|
||||
super(message);
|
||||
|
||||
this.name = 'AddressError';
|
||||
|
||||
this.parseMessage = parseMessage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user