4 lines
77 B
PHP
4 lines
77 B
PHP
function throwsException()
|
|
{
|
|
throw new Exception('Exception message');
|
|
}
|