8 lines
126 B
C#
8 lines
126 B
C#
namespace Content.Server.MachineLinking.Exceptions
|
|
{
|
|
public sealed class PortNotFoundException : Exception
|
|
{
|
|
|
|
}
|
|
}
|