summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
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;