xref: /PHP-5.5/tests/lang/inc_throw.inc (revision 801c7952)
1<?php
2
3throw new Exception();
4
5?>
6