aeternity/aepp-sdk-js

TypeError should be renamed to don't overlap with window.TypeError

davidyuk opened this issue · 0 comments

export class TypeError extends BaseError {
constructor(message: string) {
super(message);
this.name = 'TypeError';
}
}