4 lines
155 B
C#
4 lines
155 B
C#
namespace MxGateway.Server.Security.Authentication;
|
|
|
|
public sealed class AuthStoreMigrationException(string message) : InvalidOperationException(message);
|