UNPKG

tf2-currency

Version:

Set of tools that manage operations with tf2 currency.

7 lines (6 loc) 135 B
export class CurrencyError extends Error { constructor(message: string) { super(message); this.name = 'CurrencyError'; } }