summaryrefslogtreecommitdiff
path: root/ext/librethinkdbxx/src/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/librethinkdbxx/src/exceptions.h')
-rw-r--r--ext/librethinkdbxx/src/exceptions.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/librethinkdbxx/src/exceptions.h b/ext/librethinkdbxx/src/exceptions.h
deleted file mode 100644
index 08c0b0a0..00000000
--- a/ext/librethinkdbxx/src/exceptions.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef EXCEPTIONS_H
-#define EXCEPTIONS_H
-
-namespace RethinkDB {
-
-class TimeoutException : public std::exception {
-public:
- const char *what() const throw () { return "operation timed out"; }
-};
-
-}
-
-#endif // EXCEPTIONS_H