PHP Standard of already defined custom Exceptions?
Posted: Tue Mar 02, 2010 5:40 pm
Hi
Within Java and C#, they provide a set of their own custom exception handlers.
However, PHP does not, and customizing exceptions is at the whim of the PHP developer.
Is there a PHP standard that has an agreement in naming common custom exceptions; like ParseException, IOException, RuntimeException, etc... ?
Thanks
Jeff in Seattle
Within Java and C#, they provide a set of their own custom exception handlers.
However, PHP does not, and customizing exceptions is at the whim of the PHP developer.
Is there a PHP standard that has an agreement in naming common custom exceptions; like ParseException, IOException, RuntimeException, etc... ?
Thanks
Jeff in Seattle