init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Framework
|
||||
{
|
||||
[Serializable]
|
||||
public class JelszoValtoztatasKotelezoException : ServerException
|
||||
{
|
||||
public string Link { get; }
|
||||
|
||||
public JelszoValtoztatasKotelezoException(string link) : base()
|
||||
{
|
||||
this.Link = link;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user