* @license http://github.com/miljar/PHPExif/blob/master/LICENSE MIT License * @category PHPExif * @package Reader * @codeCoverageIgnore */ namespace PHPExif\Adapter; use Exception; /** * PHP Exif Reader Adapter * * Defines the interface for reader adapters * * @category PHPExif * @package Reader */ class NoAdapterException extends Exception { //empty }