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