* @license http://www.gnu.org/licenses/gpl.html GNU General Public * License (GPL) * @package PEL */ /** * Exception throw if invalid data is found. * * @author Martin Geisler * @package PEL * @subpackage Exception */ class PelInvalidDataException extends PelException { }