lsst.pex.exceptions
22.0.0+11a2aa21cd
|
Go to the source code of this file.
Namespaces | |
lsst | |
lsst::pex | |
lsst::pex::exceptions | |
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. More... | |