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

8 lines
135 B
C#

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