10 lines
141 B
C#
10 lines
141 B
C#
using System;
|
|
|
|
namespace Content.Server.MachineLinking.Exceptions
|
|
{
|
|
public sealed class PortNotFoundException : Exception
|
|
{
|
|
|
|
}
|
|
}
|