Adds transfer of leadership of a group
This commit is contained in:
parent
fccc30626a
commit
13f2bf30fa
4 changed files with 67 additions and 4 deletions
|
|
@ -1,3 +1,10 @@
|
|||
export class UserError extends Error {
|
||||
|
||||
constructor(
|
||||
message: string,
|
||||
public readonly tryInstead: string|null = null
|
||||
) {
|
||||
super(message);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue