mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-01 11:00:23 +02:00
8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
namespace Xentral\Components\I18n\Exception;
|
|
|
|
class UnsupportedLocaleStringException extends \RuntimeException
|
|
{
|
|
|
|
} |