diff -r 98b901d7bb95 -r bef6648e79b1 include/RelpipeWriterException.h --- a/include/RelpipeWriterException.h Sat Jul 28 15:42:33 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -#pragma once - -#include - -using namespace std; - -namespace relpipe { -namespace writer { - -class RelpipeWriterException { -private: - wstring message; -public: - - RelpipeWriterException(wstring message) : - message(message) { - } - - wstring getMessge() { - return message; - } - -}; - -} -} \ No newline at end of file