hellohello234
Version:
Simple calculator API hosted on APIMATIC
31 lines (26 loc) • 522 B
JavaScript
/**
* hellohello234
*
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io )
*/
;
/**
* 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;