6 lines
34 B
PHP
6 lines
34 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
throw new Exception();
|
||
|
|
|
||
|
|
?>
|