UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

8 lines (7 loc) 230 B
import { OFXException, Error } from "../../OFXException"; /** * Error with a particular OFX connection. */ export declare class OFXConnectionException extends OFXException { constructor(message: string, e?: Error); }