The _.TimeoutError Class

_.TimeoutError
> _.Error
> goog.debug.Error
> Error

_.TimeoutError(url, xhr)

Class for Timeout errors.

url {string}
The URL that timed out.
xhr {!XMLHttpRequest}
The XMLHttpRequest that failed.

.name