BirdsiteLive/src/BirdsiteLive.Domain/Exceptions/FollowerIsGoneException.cs

8 lines
116 B
C#

using System;
namespace BirdsiteLive.Domain
{
public class FollowerIsGoneException : Exception
{
}
}