Add missing throws tag
authorMatthias Schmidt <gravatronics@live.com>
Sun, 26 Nov 2017 16:03:22 +0000 (17:03 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 26 Nov 2017 16:03:22 +0000 (17:03 +0100)
wcfsetup/install/files/lib/system/request/RequestHandler.class.php

index 1f11e1fd103ddd86912eed1971aa1e01529d8041..e6e7b787cd4f33e530335fea215c753720044c5c 100644 (file)
@@ -106,6 +106,7 @@ class RequestHandler extends SingletonFactory {
         * 
         * @param       string          $application
         * @throws      IllegalLinkException
+        * @throws      SystemException
         */
        protected function buildRequest($application) {
                try {