Added Configuration manager class

This commit is contained in:
RaidMax
2017-06-12 19:24:12 -05:00
parent 5d1c9bd218
commit 45cb985701
8 changed files with 68 additions and 68 deletions

View File

@ -23,7 +23,7 @@ namespace SharedLibrary.Interfaces
catch (Exception e)
{
throw new Exceptions.SerializeException($"Could not desialize file {filename}: {e.Message}");
throw new Exceptions.SerializeException($"Could not deserialize file {filename}: {e.Message}");
}
}