package org.royaldev.thehumanity.exceptions; /** * An exception indicating that there should have been a card czar, but there was none. */ public class MissingCzarException extends RuntimeException { }