php-src/tests/lang/inc_throw.inc
2008-03-19 18:06:24 +00:00

6 lines
34 B
PHP

<?php
throw new Exception();
?>