package edu.umd.rhsmith.diads.meater.core.app; public class LoggerSetupException extends MEaterConfigurationException { /** * */ private static final long serialVersionUID = 1L; public LoggerSetupException(Throwable cause) { super(cause); } }