using System; namespace NPetshop.Presentation.Exceptions { /// /// Description résumée de LoginAlreadyExistsException. /// public class LoginAlreadyExistsException : System.ApplicationException { } }