Plato on Github
Report Home
dojo/errors/RequestTimeoutError.js
Maintainability
83.93
Lines of code
15
Difficulty
4.20
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
define(['./create', './RequestError'], function(create, RequestError){ // module: // dojo/errors/RequestTimeoutError /*===== return function(){ // summary: // TODOC }; =====*/ return create("RequestTimeoutError", null, RequestError, { dojoType: "timeout" }); });