OpenXE/classes/Components/I18n/Exception/UnsupportedLocaleStringException.php

8 lines
126 B
PHP

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