1
0
mirror of synced 2024-12-02 17:57:18 +01:00
GC-local-server-rewrite/Infrastructure/Exceptions/EventExceptions.cs

9 lines
156 B
C#

namespace Infrastructure.Exceptions;
public class EventFileNotFoundException : Exception
{
}
public class EventFileTypeUnknownException : Exception
{
}