summaryrefslogtreecommitdiff
path: root/tests/lang/inc_throw.inc
blob: 1f032f7e7021c8dad391b33fdcd30d9ceffe9b89 (plain)
1
2
3
4
5
<?php

throw new Exception();

?>