On 4 June 2013 09:57, Richard Quadling wrote:
> On 3 June 2013 20:37, shiplu wrote:
>
>> Show a short reproducible code.
>>
> And I can now see an interface is a much simpler mechanism!
>
getMessage(), PHP_EOL;
}
try {
$o2 = new sub2('Stuffed2');
}
catch(Exception $ex){
echo $ex->getMe
On 3 June 2013 20:37, shiplu wrote:
> Show a short reproducible code.
>
Short-ish ...
getMessage(), PHP_EOL;
}
try {
$o2 = new sub2('Stuffed2');
}
catch(Exception $ex){
echo $ex->getMessage(), PHP_EOL;
}
?>
And I can now see an interface is a much simpler mechanism!
--
Richard Quad
2 matches
Mail list logo