From e639a0c06a1909fdd7bf12b07ce6ef59e1a9ac2c Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 28 Sep 2012 12:04:38 +0300 Subject: [PATCH] Remove the outdated except.h --- source/except.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/except.h diff --git a/source/except.h b/source/except.h deleted file mode 100644 index ff256a4..0000000 --- a/source/except.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef MSP_DATAFILE_EXCEPT_H_ -#define MSP_DATAFILE_EXCEPT_H_ - -#include - -namespace Msp { -namespace DataFile { - -class TypeError: public Exception -{ -public: - TypeError(const std::string &w): Exception(w) { } -}; - -class ParseError: public Exception -{ -public: - ParseError(const std::string &w): Exception(w) { } -}; - -} // namespace DataFile -} // namespace Msp - -#endif -- 2.43.0