aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_malformed_name_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/errors/icnet_errors_malformed_name_exception.h')
-rw-r--r--icnet/errors/icnet_errors_malformed_name_exception.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/icnet/errors/icnet_errors_malformed_name_exception.h b/icnet/errors/icnet_errors_malformed_name_exception.h
index f714d2b0..c113ee12 100644
--- a/icnet/errors/icnet_errors_malformed_name_exception.h
+++ b/icnet/errors/icnet_errors_malformed_name_exception.h
@@ -17,8 +17,6 @@
#include <stdexcept>
-namespace icnet {
-
namespace errors {
class MalformedNameException : public std::runtime_error {
@@ -27,6 +25,4 @@ class MalformedNameException : public std::runtime_error {
virtual char const *what() const noexcept override;
};
-} // end namespace errors
-
-} // end namespace icnet \ No newline at end of file
+} // end namespace errors \ No newline at end of file