4 * @see https://github.com/laminas/laminas-progressbar for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-progressbar/blob/master/COPYRIGHT.md
6 * @license https://github.com/laminas/laminas-progressbar/blob/master/LICENSE.md New BSD License
9 namespace Laminas\ProgressBar\Adapter\Exception;
11 use Laminas\ProgressBar\Exception\ExceptionInterface as ProgressBarException;
14 * Exception class for Laminas\ProgressBar\Adapter
16 interface ExceptionInterface extends ProgressBarException