We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91965cb commit a29e683Copy full SHA for a29e683
src/Client.ts
@@ -13,6 +13,7 @@ export class MatchMakeError extends Error {
13
constructor(message: string, code: number) {
14
super(message);
15
this.code = code;
16
+ this.name = "MatchMakeError";
17
Object.setPrototypeOf(this, MatchMakeError.prototype);
18
}
19
0 commit comments