using System; namespace Hammurabi { /// /// Indicates that the game cannot continue due to the player's extreme /// incompetance and/or unserious attitude! /// public class GreatOffence : InvalidOperationException { } }