From 5cb71518360f865cd4448a083b5d481e6f356a3e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 22 Sep 2007 20:56:57 +0000 Subject: got rid of all pcre wrappers altogether although all claims against pcre++ make absolutely no sense. But for now I'll live with no wrappers at all. I may reconsider it when implementing more sophisticated discovery mechanisms for upcoming extensions. Signed-off-by: Michael Krelin --- (limited to 'include') diff --git a/include/opkele/exception.h b/include/opkele/exception.h index 0150e6b..753a818 100644 --- a/include/opkele/exception.h +++ b/include/opkele/exception.h @@ -212,6 +212,15 @@ namespace opkele { : exception(OPKELE_E_CONS) { } }; + /** + * internal error, indicates internal libopkele problem + */ + class internal_error : public exception { + public: + internal_error(OPKELE_E_PARS) + : exception(OPKELE_E_CONS) { } + }; + } #endif /* __OPKELE_EXCEPTION_H */ -- cgit v0.9.0.2