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