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

8 lines
126 B
C#

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