Plato on Github
Report Home
dojo/errors/CancelError.js
Maintainability
84.10
Lines of code
13
Difficulty
4.50
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define(["./create"], function(create){ // module: // dojo/errors/CancelError /*===== return function(){ // summary: // Default error if a promise is canceled without a reason. }; =====*/ return create("CancelError", null, null, { dojoType: "cancel" }); });