Adds ICS
This commit is contained in:
parent
441715675c
commit
a79898b2e9
48 changed files with 2062 additions and 1503 deletions
|
|
@ -1,10 +1,10 @@
|
|||
export class UserError extends Error {
|
||||
constructor(
|
||||
message: string,
|
||||
public readonly tryInstead: string|null = null
|
||||
) {
|
||||
super(message);
|
||||
|
||||
}
|
||||
constructor(
|
||||
message: string,
|
||||
public readonly tryInstead: string | null = null
|
||||
) {
|
||||
super(message);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue