UNPKG

astl

Version:

AssemblyScript-STL (Standard Template Library, migrated from the C++)

13 lines (12 loc) 208 B
export class Exception extends Error { public constructor(message: string) { super(message); } @inline public what(): string { return this.message; } }