UNPKG

pepipost

Version:

Official nodejs library for sending email using web API v5

31 lines (26 loc) 521 B
/** * PepipostLib * * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). */ 'use strict'; /** * Creates an instance of APIException */ class APIException { /** * @constructor */ constructor() { this.reason = ''; this.context = ''; } /** * Function containing information about the fields of this model * @return {array} Empty array */ static mappingInfo() { return []; } } module.exports = APIException;