UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

12 lines (11 loc) 229 B
import { LogMessage } from "../../models"; /** * @class ErrorHandler */ export declare class ErrorBus { private static onError; /** * Listen error to log and throw */ static listen(log: LogMessage): void; }