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