summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-03-26 11:59:40 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-03-26 11:59:40 +0100
commit6876175881d55e89ff4bf7ce912ddbf88314697f (patch)
tree9a7b0b5c8e1b725ea002012c11a341d84ebc58bd /vespalog
parentab521696b964debda4c73590b79789733bcf598b (diff)
Add class comment.
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/src/vespa/log/exceptions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespalog/src/vespa/log/exceptions.h b/vespalog/src/vespa/log/exceptions.h
index f00322047f1..3cdb81c9e40 100644
--- a/vespalog/src/vespa/log/exceptions.h
+++ b/vespalog/src/vespa/log/exceptions.h
@@ -5,6 +5,9 @@
namespace ns_log {
+/*
+ * Exception thrown when parsing a log line into a LogMessage fails.
+ */
class BadLogLineException : public std::exception
{
std::string _message;