mirror of https://github.com/ghostfolio/ghostfolio
committed by
Thomas Kaul
4 changed files with 9 additions and 10 deletions
@ -1,5 +1,5 @@ |
|||
export class AssetProfileDelistedError extends Error { |
|||
constructor(message: string) { |
|||
public constructor(message: string) { |
|||
super(message); |
|||
this.name = 'AssetProfileDelistedError'; |
|||
} |
Loading…
Reference in new issue