9 lines
156 B
C#
9 lines
156 B
C#
namespace Infrastructure.Exceptions;
|
|
|
|
public class EventFileNotFoundException : Exception
|
|
{
|
|
}
|
|
|
|
public class EventFileTypeUnknownException : Exception
|
|
{
|
|
} |