aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php')
-rw-r--r--vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php b/vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php
new file mode 100644
index 000000000..7c9a6dc5e
--- /dev/null
+++ b/vendor/voku/stop-words/src/voku/helper/StopWordsLanguageNotExists.php
@@ -0,0 +1,14 @@
+<?php
+
+declare(strict_types=1);
+
+namespace voku\helper;
+
+/**
+ * PhoneticExceptionLanguageNotExists-Helper-Class
+ *
+ * @package voku\helper
+ */
+class StopWordsLanguageNotExists extends \Exception
+{
+}