aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_tokenizer_exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/errors/icnet_errors_tokenizer_exception.cc')
-rw-r--r--icnet/errors/icnet_errors_tokenizer_exception.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/icnet/errors/icnet_errors_tokenizer_exception.cc b/icnet/errors/icnet_errors_tokenizer_exception.cc
index 1b5e8438..d7da2b0a 100644
--- a/icnet/errors/icnet_errors_tokenizer_exception.cc
+++ b/icnet/errors/icnet_errors_tokenizer_exception.cc
@@ -15,8 +15,6 @@
#include "icnet_errors_tokenizer_exception.h"
-namespace icnet {
-
namespace errors {
TokenizerException::TokenizerException()
@@ -28,6 +26,4 @@ char const *TokenizerException::what() const noexcept {
return "No more tokens available.";
}
-} // end namespace errors
-
-} // end namespace icnet \ No newline at end of file
+} // end namespace errors \ No newline at end of file