* @license http://www.gnu.org/licenses/gpl.html GNU General Public * License (GPL) * @package PEL */ /** * An exception thrown when the makernotes IFD is malformed. * * @package PEL * @subpackage Exception */ namespace lsolesen\pel; class PelMakerNotesMalformedException extends PelException { }