init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Kreta.KretaServer.Exceptions;
|
||||
|
||||
namespace Kreta.BusinessLogic.Exceptions
|
||||
{
|
||||
public class KretaJelszoModositasException : KretaException
|
||||
{
|
||||
public KretaJelszoModositasException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user