Without this, you could do: ```dart Response getResponse() { if (condition) { Response.internalServerError(); // missing return } return Response.ok(''); } ```