UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

8 lines (7 loc) 261 B
import { OFXRuntimeException } from '../OFXRuntimeException'; /** * Thrown when a required attribute of an aggregate is null or empty. */ export declare class RequiredAttributeException extends OFXRuntimeException { constructor(message: string); }