| DIR: /home2/kerimkazan/dvf/lib/urlify/voku/stop-words/src/voku/helper/ |
| Current File : /home2/kerimkazan/dvf/lib/urlify/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php |
<?php
declare(strict_types=1);
namespace voku\helper;
/**
* PhoneticExceptionLanguageNotExists-Helper-Class
*
* @package voku\helper
*/
class StopWordsLanguageNotExists extends \Exception
{
}
|