RosettaCodeData/Task/Exceptions/PHP/exceptions-2.php

5 lines
77 B
PHP

function throwsException()
{
throw new Exception('Exception message');
}