Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / src / direct / ExceptionEvent.js
1 /**
2  * @class Ext.direct.ExceptionEvent
3  * @extends Ext.direct.RemotingEvent
4  * An event that is fired when an exception is received from a {@link Ext.direct.RemotingProvider}
5  */
6 Ext.define('Ext.direct.ExceptionEvent', {
7     
8     /* Begin Definitions */
9    
10     extend: 'Ext.direct.RemotingEvent',
11     
12     alias: 'direct.exception',
13     
14     /* End Definitions */
15    
16    status: false
17 });