namespace SharpChat.Sessions;

public class SessionConnectionAlreadyInUseException(string argName)
    : ArgumentException("Provided connection is already in use by another session.", argName) {}