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