From 11afddce4293351811085ad443a57e7086ef4971 Mon Sep 17 00:00:00 2001
From: kongr45gpen <electrovesta@gmail.com>
Date: Sun, 17 Mar 2019 18:39:38 +0000
Subject: [PATCH] Clarify an error condition

---
 inc/ErrorHandler.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inc/ErrorHandler.hpp b/inc/ErrorHandler.hpp
index bd89fd33..50dce78a 100644
--- a/inc/ErrorHandler.hpp
+++ b/inc/ErrorHandler.hpp
@@ -58,7 +58,8 @@ public:
 			UnacceptablePacket = 5,
 
 		/**
-		 * A date that isn't valid according to Gregorian calendar (the well-known civil calendar)
+		 * A date that isn't valid according to the Gregorian calendar or cannot be parsed by the
+		 * TimeHelper
 		 */
 		    InvalidDate = 6,
 	};
-- 
GitLab