package tk.antoine_roux.wiki.configuration.Exception; public class DeleteRunnerException extends RuntimeException { private static final long serialVersionUID = 559919382888691526L; public DeleteRunnerException() { super("Fail to delete runner"); } }