UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

9 lines (8 loc) 183 B
"use strict"; class InvalidArgumentException extends Error { constructor(message) { super(message); } } exports.InvalidArgumentException = InvalidArgumentException; ;