PHP-Code in fetch_basecamp/03_step/resources/resource_500_status.php

<?php
header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);

// You can also try:
// http_response_code(500);
?>