aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php
blob: 7c9a6dc5e8d03543988ae84963f17b1d0772c0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

declare(strict_types=1);

namespace voku\helper;

/**
 * PhoneticExceptionLanguageNotExists-Helper-Class
 *
 * @package voku\helper
 */
class StopWordsLanguageNotExists extends \Exception
{
}