export type ExceptionOptions = {
    line: number;
    col: number;
    filename: string;
};
