A PibImpl::Error extends runtime_error and represents a non-semantic error in PIB implementation processing. More...
#include <pib-impl.hpp>
Public Member Functions | |
| Error (const std::string &what) | |
A PibImpl::Error extends runtime_error and represents a non-semantic error in PIB implementation processing.
A subclass of PibImpl may throw a subclass of this class when there's a non-semantic error, such as a storage problem.
1.8.6