1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-24 07:26:49 +02:00

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

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,