using Govor.Domain; namespace Govor.Application.Authentication.Exceptions; public class LoginUserException : GovorCoreException { }