72 $incident_id = $session_prefix .
'_' . (new \Random\Randomizer())->getInt(1, 9999);
Responder that sends a minimal plain-text error response without relying on any ILIAS service (no DIC...
respond(Throwable $e, int $status_code=StatusCode::HTTP_INTERNAL_SERVER_ERROR, ?string $status_message=null)
Send a minimal plain-text error response and terminate the process.