#include <string>
Go to the source code of this file.
Namespaces | |
namespace | error |
Classes | |
class | error::Exception |
Exception is raised if a run-time error occurs. More... | |
Functions | |
std::ostream & | error::operator<< (std::ostream &out, const Exception &e) |
Print the error that caused the exception. |