3.0 source code
This commit is contained in:
16
OfficeWeb/vendor/touch/src/direct/ExceptionEvent.js
vendored
Normal file
16
OfficeWeb/vendor/touch/src/direct/ExceptionEvent.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @class Ext.direct.ExceptionEvent
|
||||
* An event that is fired when an exception is received from a {@link Ext.direct.RemotingProvider}
|
||||
*/
|
||||
Ext.define('Ext.direct.ExceptionEvent', {
|
||||
|
||||
extend: 'Ext.direct.RemotingEvent',
|
||||
|
||||
alias: 'direct.exception',
|
||||
|
||||
config: {
|
||||
status: false,
|
||||
name: 'exception',
|
||||
error: null
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user