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 b8eae3f7e..169aa9871 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';  | 
