lsst.pex.exceptions gdaeeff99f8+5f98ece796
|
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. | |