#include <utils.hpp>
Public Member Functions | |
semantic_error (string message) | |
semantic_error (string message, char const *end) | |
Public Attributes | |
char const * | where |
Definition at line 25 of file utils.hpp.
jdl::semantic_error::semantic_error | ( | string | message | ) | [inline] |
jdl::semantic_error::semantic_error | ( | string | message, | |
char const * | end | |||
) | [inline] |
char const* jdl::semantic_error::where |