source:
Dev/trunk/src/client/dojo/errors/RequestTimeoutError.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 286 bytes |
Line | |
---|---|
1 | define(['./create', './RequestError'], function(create, RequestError){ |
2 | // module: |
3 | // dojo/errors/RequestTimeoutError |
4 | |
5 | /*===== |
6 | return function(){ |
7 | // summary: |
8 | // TODOC |
9 | }; |
10 | =====*/ |
11 | |
12 | return create("RequestTimeoutError", null, RequestError, { |
13 | dojoType: "timeout" |
14 | }); |
15 | }); |
Note: See TracBrowser
for help on using the repository browser.