<?php try { $test = function() { throw new Exception('exc'); }; $test(); } catch (Throwable $e) { var_dump($e->getTrace()); }
You have javascript disabled. You will not be able to edit any code.