• root's avatar
    fserver · a0a3ef35
    root authored
    a0a3ef35
OutOfBoundsException.php 448 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\Table\Exception;

use Laminas\Text\Exception;

class OutOfBoundsException extends Exception\OutOfBoundsException implements ExceptionInterface
{
}