lib/utils: Add Message error.

This commit is contained in:
Dirk-Jan C. Binnema 2020-01-31 00:23:00 +02:00
parent e51240f43f
commit 1ea6f6a55e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct Error final: public std::exception {
Index, Index,
Internal, Internal,
InvalidArgument, InvalidArgument,
Message,
NotFound, NotFound,
Parsing, Parsing,
Query, Query,