|
queso-0.56.1
|
#include <stdexcept>#include <string>#include <exception>#include <stdlib.h>

Go to the source code of this file.
Classes | |
| class | QUESO::LogicError |
| class | QUESO::NotImplemented |
| class | QUESO::FileError |
Namespaces | |
| QUESO | |
Macros | |
| #define | QUESO_THROW(e) do { throw e; } while (0) |
| #define QUESO_THROW | ( | e | ) | do { throw e; } while (0) |
Definition at line 78 of file exceptions.h.