Files
tbd-station-14/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs
2022-05-13 17:59:03 +10:00

8 lines
130 B
C#

namespace Content.Server.MachineLinking.Exceptions
{
public sealed class InvalidPortValueException : Exception
{
}
}