UnexpectedValueException.php 501 Bytes
<?php

/**
 * @see       https://github.com/laminas/laminas-text for the canonical source repository
 * @copyright https://github.com/laminas/laminas-text/blob/master/COPYRIGHT.md
 * @license   https://github.com/laminas/laminas-text/blob/master/LICENSE.md New BSD License
 */

namespace Laminas\Text\Figlet\Exception;

use Laminas\Text\Exception;

/**
 * Exception class for Laminas\Text
 */
class UnexpectedValueException extends Exception\UnexpectedValueException implements ExceptionInterface
{
}