Hermod
A cross-platform, modular and fully GDPR-compliant email archival solution!
Loading...
Searching...
No Matches
DomainAlreadyExistsException.cs
Go to the documentation of this file.
1using System;
2
4
8 public class DomainAlreadyExistsException: Exception {
9
14 public DomainAlreadyExistsException(string msg): base(msg) { }
15 }
16}
17
Exception class that is thrown when an attempt is made to add a domain which already exists.