MCPcopy Index your code
hub / github.com/ampproject/amphtml / blockedByConsentError

Function blockedByConsentError

src/error-reporting.js:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 * @return {!Error}
270 */
271export function blockedByConsentError() {
272 return new Error(BLOCK_BY_CONSENT);
273}
274
275/**
276 * @param {*} errorOrMessage

Callers 2

buildInternalMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected