X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Flsolesen%2Fpel%2Fsrc%2FPelIfdException.php;fp=vendor%2Flsolesen%2Fpel%2Fsrc%2FPelIfdException.php;h=e50d1e5b76318095cb720dccc658d236d6227594;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/lsolesen/pel/src/PelIfdException.php b/vendor/lsolesen/pel/src/PelIfdException.php new file mode 100644 index 000000000..e50d1e5b7 --- /dev/null +++ b/vendor/lsolesen/pel/src/PelIfdException.php @@ -0,0 +1,46 @@ + + * @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 +}