#include <ParserExceptions.h>

Public Member Functions | |
| UnexpectedToken (string character, string expectedToken="", int line=0, int position=0) | |
Definition at line 59 of file ParserExceptions.h.
| UnexpectedToken::UnexpectedToken | ( | string | character, |
| string | expectedToken = "", |
||
| int | line = 0, |
||
| int | position = 0 |
||
| ) | [inline] |
Definition at line 61 of file ParserExceptions.h.