using Kreta.KretaServer.Exceptions; namespace Kreta.BusinessLogic.Exceptions { public class KretaJelszoModositasException : KretaException { public KretaJelszoModositasException(string message) : base(message) { } } }