Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Jun 12, 2024
1 parent 0c95a7d commit 27a7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ public function getBody(): mixed
$parsedBody = $this->$parser($requestBody);

if (!$parsedBody) {
throw new RuntimeException('Input data cannot be processed');
throw new RuntimeException('Input data cannot be processed ' . $this->contentType . ' ' . $parser . ' ' . $requestBody);
}

return $parsedBody;
Expand Down

0 comments on commit 27a7504

Please sign in to comment.