|
lsst.pex.exceptions g786e29fd12+796b79145d
|
Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::pex |
| namespace | lsst::pex::exceptions |
| namespace | lsst::pex::exceptions::python |
Functions | |
| template<typename T, typename E = lsst::pex::exceptions::Exception> | |
| pybind11::class_< T, E > | lsst::pex::exceptions::python::declareException (pybind11::module &mod, const std::string &name, const std::string &base) |
| Helper function for pybind11, used to define new types of exceptions. | |