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