X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fexcept.h;fp=source%2Fexcept.h;h=0000000000000000000000000000000000000000;hp=ff256a4449c0a0eef903857ccfc3312dc4f79569;hb=e639a0c06a1909fdd7bf12b07ce6ef59e1a9ac2c;hpb=34213c1b452d87fcf1649bf42179a218361b5818 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