aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_tokenizer_exception.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-16 17:22:53 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-16 17:22:53 +0100
commit953f18b834951680c738e9ce367b5a3eff91ccda (patch)
tree52bc181e53b9c76db1e14e693f473ca8cfca7250 /icnet/errors/icnet_errors_tokenizer_exception.h
parentc5e952d1cadbdf85c976e88ba97ea8bee7e422ab (diff)
Improvements for HTTP messages processing
Change-Id: Iefcbfa1820bd47fd52475780c68c363a2baa2568 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
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