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:
var timeout = require("can-zone/timeout");
var TimeoutError = timeout.TimeoutError;
// Maybe use this to check `instanceof`.