Thrown when a function timer was removed that was never added.
function bad() { // Does stuff } bad = PerfTiming.api.unwatch(bad);
Construct the error object with a specific message.
The name of the timer that was not found.
Generated using TypeDoc
Thrown when a function timer was removed that was never added.
Example
function bad() { // Does stuff } bad = PerfTiming.api.unwatch(bad);