UNPKG

140 BTypeScriptView Raw
1/**
2 * Wrapper around Error that sets the error message.
3 */
4export declare class MdError extends Error {
5 constructor(value: string);
6}