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

5 lines
77 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
function throwsException()
{
throw new Exception('Exception message');
}