ExceptionMeta¶
-
class
lsst.pex.exceptions.ExceptionMeta¶ Bases:
typeA metaclass for custom exception wrappers, which adds lookup of class attributes by delegating to the Swig-generated wrapper.
Methods Summary
__call__($self, /, *args, **kwargs)Call self as a function.
mro($self, /)Return a type’s method resolution order.
Methods Documentation
-
__call__($self, /, *args, **kwargs)¶ Call self as a function.
-
mro($self, /)¶ Return a type’s method resolution order.
-