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

8 lines
126 B
C#

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