Hermod
A cross-platform, modular and fully GDPR-compliant email archival solution!
Loading...
Searching...
No Matches
ConfigException.cs
Go to the documentation of this file.
1using System;
2
3namespace Hermod.Config {
4
8 public class ConfigException: Exception {
9
10 public ConfigException(string msg): base(msg) { }
11 }
12}
13
Contains information about errors occuring during parsing and/or retrieving of configurations.