![]() |
Wallaroo
0.8
|
#include <exceptions.h>
Public Member Functions | |
| SyntaxError (const std::string &msg, std::size_t line, std::size_t col) | |
| Instantiate a SyntaxError. More... | |
Public Member Functions inherited from wallaroo::WallarooError | |
| WallarooError (const std::string &what) | |
| ~WallarooError () throw () | |
Error indicating a syntax error parsing a configuration. Derives from WallarooError.
|
inline |
Instantiate a SyntaxError.
1.8.8