UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

13 lines 364 B
import { SuiScoreView } from '../render/sui/scoreView'; /** * @internal */ export declare class SuiExceptionHandler { view: SuiScoreView; thrown: boolean; static _instance: SuiExceptionHandler; constructor(params: any); static get instance(): SuiExceptionHandler; exceptionHandler(e: any): void; } //# sourceMappingURL=exceptions.d.ts.map