TimeoutError
A special type of Error that also includes the number of milliseconds that were waited before timing out. The error object is included with the timeout module:
import timeout from "can-zone/timeout";
const TimeoutError = timeout.TimeoutError;
// Maybe use this to check `instanceof`.