8 lines
138 B
C#
8 lines
138 B
C#
namespace Content.Server.MachineLinking.Exceptions
|
|
{
|
|
public sealed class LinkAlreadyRegisteredException : Exception
|
|
{
|
|
|
|
}
|
|
}
|