8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
namespace Xentral\Components\I18n\Exception;
|
|
|
|
class UnsupportedLocaleStringException extends \RuntimeException
|
|
{
|
|
|
|
} |