OpenXE/classes/Components/I18n/Dataaccess/Exception/OutOfRangeException.php

10 lines
153 B
PHP

<?php
declare(strict_types=1);
namespace Xentral\Components\I18n\Dataaccess\Exception;
class OutOfRangeException extends \OutOfRangeException
{
}