* @license http://www.gnu.org/licenses/gpl.html GNU General Public * License (GPL) * @package PEL */ /** * Exception indicating a general problem with the IFD. * * @author Martin Geisler * @package PEL * @subpackage Exception */ class PelIfdException extends PelException { // do nothing }