]> git.mxchange.org Git - friendica.git/commitdiff
Hotfix for missing Exception class
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 7 May 2017 19:22:11 +0000 (15:22 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 7 May 2017 19:22:11 +0000 (15:22 -0400)
src/App.php

index efb60c0386bd4502a07d07cc29db552310486216..674a99e053bc024dfad0a5e89261231157cff91c 100644 (file)
@@ -192,7 +192,7 @@ class App {
                }\r
 \r
                if (! static::directory_usable($basepath)) {\r
-                       throw new Exception('Basepath ' . $basepath . ' isn\'t usable.');\r
+                       throw new \Exception('Basepath ' . $basepath . ' isn\'t usable.');\r
                }\r
 \r
                $this->basepath = rtrim($basepath, DIRECTORY_SEPARATOR);\r