mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 15:01:23 +03:00
7 lines
114 B
C#
7 lines
114 B
C#
namespace PracticeCalendar.Domain.Common
|
|
{
|
|
public abstract class DomainException : Exception
|
|
{
|
|
}
|
|
}
|