aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/composer/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/composer/autoload.php')
-rw-r--r--apps/updatenotification/composer/autoload.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/updatenotification/composer/autoload.php b/apps/updatenotification/composer/autoload.php
index 36afdad067f..a1e9eceb11c 100644
--- a/apps/updatenotification/composer/autoload.php
+++ b/apps/updatenotification/composer/autoload.php
@@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
- trigger_error(
- $err,
- E_USER_ERROR
- );
+ throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';