1 class AlreadyRegistered(Exception):
5 class NotRegistered(Exception):
9 class ExtException(Exception):
10 """ Base class for all Ext.Direct-related exceptions. """
14 class InvalidExtMethod(ExtException):
15 """ Indicate that a function cannot be an Ext.Direct method. """
19 class NotExtAction(ExtException):
20 """ Indicate that an object is not an Ext.Direct action. """
24 class NotExtMethod(ExtException):
25 """ Indicate that a function is not an Ext.Direct method. """