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