ExceptionMeta¶
- 
class lsst.pex.exceptions.ExceptionMeta[source]¶
- Bases: - type- A metaclass for custom exception wrappers, which adds lookup of class attributes by delegating to the Swig-generated wrapper. - Methods Summary - mro(() -> list)- return a type’s method resolution order - Methods Documentation - 
mro() → list¶
- return a type’s method resolution order 
 
-