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;
14 * Exception for Laminas\Progressbar component.
16 class RuntimeException extends Exception\RuntimeException implements ExceptionInterface