package kernel.exception; public class CellNotFoundException extends Exception { public CellNotFoundException() { super("Vous voulez utiliser une cellule qui n'est pas encore créée."); } }