|
ContRap-Core
|
Class EoFError is an error thrown by the parser in case of the input end. More...
#include <error.h>
Public Member Functions | |
| EoFError (const std::string &message="") | |
| Constructs a new EoF error. | |
| crp::EoFError::EoFError | ( | const std::string & | message = "" | ) | [inline] |
Constructs a new EoF error.
| message | Error message |
1.7.3