1
0
mirror of synced 2025-02-17 11:08:31 +01:00

9 lines
156 B
C#

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