Instances of this class are thrown if a problem occurs during parsing input. More...
#include <parser.h>
Public Member Functions | |
ParseError (unsigned line, const char *msg) | |
Public Attributes | |
unsigned | line |
Instances of this class are thrown if a problem occurs during parsing input.
Clasp::ParseError::ParseError | ( | unsigned | line, |
const char * | msg | ||
) |
Definition at line 52 of file parser.cpp.
unsigned Clasp::ParseError::line |