utils: add Mu::Error (runtime exception)

This commit is contained in:
Dirk-Jan C. Binnema
2019-12-30 22:28:11 +02:00
parent 4dc35247d1
commit dfafecaf0c
3 changed files with 101 additions and 10 deletions

View File

@ -38,6 +38,7 @@ noinst_LTLIBRARIES= \
libmu_utils_la_SOURCES= \
mu-date.c \
mu-date.h \
mu-error.hh \
mu-log.c \
mu-log.h \
mu-str.c \