Michele De Stefano's C++ Utilities
|
Exception used for detecting and raising IndexError
Python exceptions.
More...
#include <mds_utils/python/exception.hpp>
Public Member Functions | |
index_error (const std::string &what_arg) | |
Constructor. More... | |
index_error (const char *what_arg) | |
Constructor. More... | |
Exception used for detecting and raising IndexError
Python exceptions.
Definition at line 40 of file exception.hpp.
|
inlineexplicit |
Constructor.
what_arg | Descriptive string of the error. |
Definition at line 50 of file exception.hpp.
|
inlineexplicit |
Constructor.
what_arg | Descriptive string of the error. |
Definition at line 61 of file exception.hpp.