package com.sk89q.wepif; /** * @author zml2008 */ public class WEPIFRuntimeException extends RuntimeException { private static final long serialVersionUID = 1L; public WEPIFRuntimeException(String message) { super(message); } }