Skip to content

Commit 005ed60

Browse files
committed
AC-465: Allow to configure input limit for RESTful endpoints
1 parent 3a07e8f commit 005ed60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/App/Bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ public function isDeveloperMode()
429429
*/
430430
protected function terminate(\Throwable $e)
431431
{
432+
echo "ramamba";
433+
var_dump($e);
432434
/** @var Response $response */
433435
$response = $this->objectManager->get(Response::class);
434436
$response->clearHeaders();

0 commit comments

Comments
 (0)