lib/utils: Update

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-05 01:15:07 +02:00
parent 5a56a2930c
commit f4874cd7e1
7 changed files with 187 additions and 80 deletions

View File

@ -29,6 +29,7 @@ namespace Mu {
struct Error final: public std::runtime_error {
enum struct Code {
AccessDenied,
File,
Internal,
InvalidArgument,
NotFound,