MIXAL
|
#include <errors.h>
Public Member Functions | |
ExpressionError (int index, const std::string &message) | |
int | index () const |
const char * | what () const noexcept override |
|
inlineexplicit |
|
inline |
The offset in the expression string.
Definition at line 21 of file errors.h.
Referenced by mixal::Parser::parseLine().
|
inlineoverridenoexcept |
The error information.
Definition at line 24 of file errors.h.
Referenced by mixal::Parser::parseLine().