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