<?php /** * @see https://github.com/zendframework/zend-barcode for the canonical source repository * @copyright Copyright (c) 2005-2019 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-barcode/blob/master/LICENSE.md New BSD License */ namespace Zend\Barcode\Renderer\Exception; use Zend\Barcode\Exception; /** * Exception for Zend\Barcode component. */ class UnexpectedValueException extends Exception\UnexpectedValueException implements ExceptionInterface { }