UNPKG

148 BTypeScriptView Raw
1export default class ClientError extends Error {
2 code: string;
3 private context?;
4 constructor(m: string, code: string, context?: any);
5}