1
0
mirror of synced 2025-01-09 02:51:34 +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
{
}