aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_tokenizer_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/errors/icnet_errors_tokenizer_exception.h')
-rw-r--r--icnet/errors/icnet_errors_tokenizer_exception.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/icnet/errors/icnet_errors_tokenizer_exception.h b/icnet/errors/icnet_errors_tokenizer_exception.h
index bae9d82a..e849e0db 100644
--- a/icnet/errors/icnet_errors_tokenizer_exception.h
+++ b/icnet/errors/icnet_errors_tokenizer_exception.h
@@ -17,8 +17,6 @@
#include <stdexcept>
-namespace icnet {
-
namespace errors {
class TokenizerException : public std::logic_error {
@@ -27,6 +25,4 @@ class TokenizerException : public std::logic_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