export type TErrorParam = {
    message?: string;
    printStack?: boolean;
    handle?: Function;
    [key: string]: any;
};
