MCPcopy
hub / github.com/ampproject/amphtml / cancellation

Function cancellation

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

Source from the content-addressed store, hash-verified

244 * @return {!Error}
245 */
246export function cancellation() {
247 return new Error(CANCELLED);
248}
249
250/**
251 * @param {*} errorOrMessage

Callers 14

mountInternalMethod · 0.90
mountMethod · 0.90
layoutCallbackMethod · 0.90
startLayoutMethod · 0.90
layoutComplete_Method · 0.90
runAnimMutateSeriesMethod · 0.90
verifyStillCurrentMethod · 0.90
test-amp-a4a.jsFile · 0.90
whenViewed_Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected