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