#include <sstream>
#include <stdexcept>
Go to the source code of this file.
|
class | RuntimeError |
| This class serves the same purpose as std::runtime_error, but it can be more convenient to use. More...
|
|
|
std::ostream & | operator<< (std::ostream &left, const RuntimeError &right) |
| Convenient formatted output operator that just outputs the what string. More...
|
|
std::ostream& operator<< |
( |
std::ostream & |
left, |
|
|
const RuntimeError & |
right |
|
) |
| |
|
inline |
Convenient formatted output operator that just outputs the what string.
Definition at line 71 of file RuntimeError.h.