Creating only one WS connection to pusher from admin
Also: migration to Typescript 4.5 and µWebsockets 1.20.4
This commit is contained in:
committed by
Alexis Faizeau
parent
4875a8fed9
commit
4cff230256
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Errors related to variable handling.
|
||||
*/
|
||||
export class InvalidTokenError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
Object.setPrototypeOf(this, InvalidTokenError.prototype);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user