summaryrefslogtreecommitdiff
path: root/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-07 11:18:05 +0000
committerGogs <[email protected]>2018-08-07 11:18:05 +0000
commitc3d57017d3f21bf2855aa4c0407d0b8c0e53c243 (patch)
treef96d305931b645bd0082003fba9cb9c11306bc89 /plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
parent03fff1e95e839a8cd36dc6d7032be0d16eff35f7 (diff)
parent31b40448fd4a08032f562ce171a66c6952370f60 (diff)
Merge branch 'update-language-detect-plugin' of tschuettler/tt-rss into master
Diffstat (limited to 'plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php')
-rw-r--r--plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php b/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
index 196d994f5..cdbfe13ba 100644
--- a/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
+++ b/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
@@ -1,4 +1,28 @@
<?php
+/**
+ * Part of Text_LanguageDetect
+ *
+ * PHP version 5
+ *
+ * @category Text
+ * @package Text_LanguageDetect
+ * @author Nicholas Pisarro <[email protected]>
+ * @license BSD http://www.opensource.org/licenses/bsd-license.php
+ * @link http://pear.php.net/package/Text_LanguageDetect/
+ */
+
+/**
+ * Part of the PEAR language detection package
+ *
+ * PHP version 5
+ *
+ * @category Text
+ * @package Text_LanguageDetect
+ * @author Nicholas Pisarro <[email protected]>
+ * @license BSD http://www.opensource.org/licenses/bsd-license.php
+ * @link http://pear.php.net/package/Text_LanguageDetect/
+ * @link http://langdetect.blogspot.com/
+ */
class Text_LanguageDetect_Exception extends Exception
{
/**