php-8.0.30-src/tests/lang/inc_throw.inc

6 lines
34 B
PHP

<?php
throw new Exception();
?>