using System; namespace PokerTournamentManager.Framework.Exceptions { public class DuplicatePlayerException : Exception { } }