Poplar and PopLibs
|
This exception is thrown when running a program on a system fails. More...
#include <exceptions.hpp>
Public Attributes | |
std::vector< ErrorInfo > | errors |
Additional information about why the exception was thrown. More... | |
This exception is thrown when running a program on a system fails.
std::vector<ErrorInfo> poplar::runtime_error::errors |
Additional information about why the exception was thrown.
Can be empty. The order of ErrorInfo objects is not necessarily deterministic.