<?php $f = function (): string { try { throw new \Exception('foo'); } finally { throw new \Exception('bar'); } }; try { var_dump($f()); } catch (\Throwable $e) { var_dump($e->getMessage()); var_dump($e->getPrevious()->getMessage()); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`