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