<?php

namespace Laminas\I18n\Exception;

/** @final */
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
{
}
