summaryrefslogtreecommitdiff
blob: 6a9c288c6326021862b39098ce551b2e9e7e7a22 (plain)
1
2
3
4
5
<?php
function throw_exception($msg='') {
	throw new Exception($msg);
}
?>