Newer
Older
#ifndef LIBWCCL_PARSER_PARSEREXCEPTION_H
#define LIBWCCL_PARSER_PARSEREXCEPTION_H
#include <libwccl/exception.h>
class ParserException : public Wccl::WcclError
~ParserException() throw() {
}
std::string info() const { return this->msg; }
#endif // LIBWCCL_PARSER_PARSEREXCEPTION_H