ConFoo Montreal 2026: Call for Papers

Voting

: two minus one?
(Example: nine)

The Note You're Voting On

anthon at piwik dot org
15 years ago
Think twice about throwing an exception from a registered autoloader.

If you have multiple autoloaders registered, and one (or more) throws an exception before a later autoloader loads the class, stacked exceptions are thrown (and must be caught) even though the class was loaded successfully.

<< Back to user notes page

To Top