include/RelpipeReaderException.h
branchv_0
changeset 10 7fe3975f7e4b
parent 9 517888868e55
child 11 83c3cf486bdf
--- a/include/RelpipeReaderException.h	Sun Jul 15 00:43:42 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#pragma once
-
-#include <string>
-
-#include "typedefs.h"
-
-namespace relpipe {
-namespace reader {
-
-class RelpipeReaderException {
-private:
-	string_t message;
-public:
-
-	RelpipeReaderException(string_t message) :
-	message(message) {
-	}
-
-	string_t getMessge() {
-		return message;
-	}
-
-};
-
-}
-}
\ No newline at end of file