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