gomoob/php-metadata-extractor

View on GitHub
src/main/php/Gomoob/MetadataExtractor/Metadata/MetadataException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{
}