UNPKG

gads

Version:

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

8 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const googleAdsError_1 = require("./googleAdsError"); // Error indicating that the user input for a function was invalid class GoogleAdsValueError extends googleAdsError_1.GoogleAdsError { } exports.GoogleAdsValueError = GoogleAdsValueError; //# sourceMappingURL=googleAdsValueError.js.map