Sha256: 45df5be91fafac2009eb044dba94bd3af7133cf335e488a68a01817d3be7abdb
Contents?: true
Size: 354 Bytes
Versions: 10
Compression:
Stored size: 354 Bytes
Contents
/** * @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', { /* Begin Definitions */ extend: 'Ext.direct.RemotingEvent', alias: 'direct.exception', /* End Definitions */ status: false });
Version data entries
10 entries across 10 versions & 2 rubygems