1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-01-24 03:41:13 +01:00
OpenXE/classes/Components/I18n/Exception/UnsupportedLocaleStringException.php

8 lines
126 B
PHP

<?php
namespace Xentral\Components\I18n\Exception;
class UnsupportedLocaleStringException extends \RuntimeException
{
}