aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_runtime_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/errors/icnet_errors_runtime_exception.h')
-rw-r--r--icnet/errors/icnet_errors_runtime_exception.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/icnet/errors/icnet_errors_runtime_exception.h b/icnet/errors/icnet_errors_runtime_exception.h
index 37c6bcb6..7c1e23d6 100644
--- a/icnet/errors/icnet_errors_runtime_exception.h
+++ b/icnet/errors/icnet_errors_runtime_exception.h
@@ -18,8 +18,6 @@
#include <stdexcept>
#include <string>
-namespace icnet {
-
namespace errors {
class RuntimeException : public std::runtime_error {
@@ -29,6 +27,4 @@ class RuntimeException : public std::runtime_error {
: runtime_error(what) {};
};
-} // end namespace errors
-
-} // end namespace icnet \ No newline at end of file
+} // end namespace errors \ No newline at end of file