summaryrefslogtreecommitdiff
path: root/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
diff options
context:
space:
mode:
authortschuettler <[email protected]>2018-08-02 17:23:14 +0200
committertschuettler <[email protected]>2018-08-02 18:00:50 +0200
commit31b40448fd4a08032f562ce171a66c6952370f60 (patch)
tree984bd0fd2c46e8ead30b3e3dfe9cc1d814f002c3 /plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php
parentc925f4e3fdad04442c5c2f542883dbd26c81cc23 (diff)
Update af_lang_detect plugin with changes from upstream
Reapplied downstream changes for phpmd ruleset
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
{
/**