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
PHP Standard of already defined custom Exceptions?
Moderator: General Moderators
-
jeff00seattle
- Forum Commoner
- Posts: 66
- Joined: Sat Feb 28, 2009 3:27 pm
Re: PHP Standard of already defined custom Exceptions?
No.
As is the answer to most of the questions you're asking, use somebody else's standard or come up with your own.
As is the answer to most of the questions you're asking, use somebody else's standard or come up with your own.