News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
Exception is an Inheritance Nazi
August 07, 2007 @ 09:21:00

Frank Kleine has voiced his disapproval with what he calls the "Inheritance Nazi" exception handling PHP has natively.

The built-in Exception class in PHP is total crap. It is an inheritance nazi preventing you from doing useful stuff in your own exception classes. Whoever made its get*() methods final and the trace property private did not thought any second about how exceptions may be used or that people need to implement their own stack trace handling.

The reason for the rant is due to a project he's currently working at where he cannot overload the stack trace of an exception instance then throw the exception. This forces him to create his own exception handling, pointless when the PHP one should be able to handle what he wants.

Suggestions/thoughts in the comments sympathize with him and suggest an alternate exception method - an interface that would allow for more customization.

For more information on the exception handling PHP has, check out the manual page for it.

0 comments voice your opinion now!
stubbles exception handling class custom throw inheritance stubbles exception handling class custom throw inheritance


blog comments powered by Disqus

Similar Posts

PHP-Coding-Practices.com: Control Your CSS Via PHP - Good Stuff!

Nessa's Blog: Common PHP Errors

Elated.com: Object-Oriented PHP: Working with Inheritance

PHPClasses.org Blog: Locating addresses on Google Maps embedded in PHP generated Web forms

Stefan Mischook's Blog: Creating Your Own Functions - Part 2


Community Events











Don't see your event here?
Let us know!


development release phpunit application introduction interview example series podcast language unittest community opinion code framework zendframework2 testing object tool functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework