src/main/php/Gomoob/MetadataExtractor/Metadata/MetadataException.php
<?php
/**
* gomoob/php-metadata-extractor
*
* @copyright Copyright (c) 2016, GOMOOB SARL (http://gomoob.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE.md file)
*/
namespace Gomoob\MetadataExtractor\Metadata;
use Gomoob\MetadataExtractor\Lang\CompoundException;
/**
* Base class for all metadata specific exceptions.
*
* @author Baptiste GAILLARD (baptiste.gaillard@gomoob.com)
*/
class MetadataException extends CompoundException
{
}