UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

7 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Parent class of all errors raised by this library class GoogleAdsError extends Error { } exports.GoogleAdsError = GoogleAdsError; //# sourceMappingURL=googleAdsError.js.map