1
0
mirror of synced 2025-01-09 11:01:34 +01:00
GC-local-server-rewrite/Infrastructure/Exceptions/EventExceptions.cs

9 lines
156 B
C#
Raw Normal View History

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