Delta-v/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs

10 lines
138 B
C#

using System;
namespace Content.Server.MachineLinking.Exceptions
{
public class InvalidPortValueException : Exception
{
}
}