mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-15 16:21:14 +01:00
10 lines
153 B
PHP
10 lines
153 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace Xentral\Components\I18n\Dataaccess\Exception;
|
||
|
|
||
|
class OutOfRangeException extends \OutOfRangeException
|
||
|
{
|
||
|
|
||
|
}
|