UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines (8 loc) 247 B
/** * 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', status: false });