summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-20 18:01:47 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-20 18:01:47 +0200
commit6a6fc742dc736875a9d0a2be6891ba0fc635f1dc (patch)
tree2f559b670be9f312e14e58de8879189ecccef01f /lib
parent069af51dd039fe9790b420b0e74289309a4952c4 (diff)
downloadnextcloud-server-6a6fc742dc736875a9d0a2be6891ba0fc635f1dc.tar.gz
nextcloud-server-6a6fc742dc736875a9d0a2be6891ba0fc635f1dc.zip
Catch class Error on all root entrypoints
Diffstat (limited to 'lib')
-rw-r--r--lib/private/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/template.php b/lib/private/template.php
index c6542356fac..73725529702 100644
--- a/lib/private/template.php
+++ b/lib/private/template.php
@@ -333,7 +333,7 @@ class OC_Template extends \OC\Template\Base {
/**
* print error page using Exception details
- * @param Exception $exception
+ * @param Exception | Throwable $exception
*/
public static function printExceptionErrorPage($exception, $fetchPage = false) {
try {