UNPKG

@mcma/core

Version:

Node module with type definitions and helper utils for the EBU MCMA framework

9 lines (8 loc) 251 B
export declare class McmaException extends Error { message: string; cause?: Error; context?: any; originalStack: string; constructor(message: string, cause?: Error, context?: any); toString(includeDetails?: boolean): string; }