mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 07:01:16 +03:00
9 lines
169 B
C#
9 lines
169 B
C#
using PracticeCalendar.Domain.Common;
|
|
|
|
namespace PracticeCalendar.Domain.Exceptions
|
|
{
|
|
public class PracticeEventNotFoundException : DomainException
|
|
{
|
|
}
|
|
}
|