php-src/tests/lang/inc_throw.inc

6 lines
34 B
PHP
Raw Normal View History

2008-03-19 18:06:22 +00:00
<?php
throw new Exception();
?>