Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing_exception.hpp')
-rw-r--r--routing/routing_exception.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/routing/routing_exception.hpp b/routing/routing_exception.hpp
new file mode 100644
index 0000000000..cf80b58eea
--- /dev/null
+++ b/routing/routing_exception.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "base/exception.hpp"
+
+namespace routing
+{
+DECLARE_EXCEPTION(RoutingException, RootException);
+} // namespace routing