update autoloader

This commit is contained in:
Anne-Cath
2025-08-28 11:17:43 +02:00
parent 89fff9075d
commit c052c40f9d
5 changed files with 263 additions and 250 deletions

View File

@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
throw new RuntimeException($err);
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';