7 #ifndef MDS_UTILS_PYTHON_EXCEPTION_HPP_INCLUDED 8 #define MDS_UTILS_PYTHON_EXCEPTION_HPP_INCLUDED 51 std::invalid_argument(what_arg) {}
62 std::invalid_argument(what_arg) {}
index_error(const std::string &what_arg)
Constructor.
index_error(const char *what_arg)
Constructor.
Main namespace of all Michele De Stefano's C++ utilities.
Exception used for detecting and raising IndexError Python exceptions.