diff options
Diffstat (limited to 'vendor/autoload.php')
| -rw-r--r-- | vendor/autoload.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php index 8235051f8..1ff829eb2 100644 --- a/vendor/autoload.php +++ b/vendor/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'; |