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