merged branch za-creature/patch-1 (PR #943)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Jan 2013 15:58:50 +0000 (16:58 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Jan 2013 15:58:50 +0000 (16:58 +0100)
commitdc565f781fc885aafaceffe130121526774bc45e
tree060e3d960c27b9e76f1a149b3420245bb46437f1
parent8447ca17185c082831c4d46e416f39bdeba937d9
parent15be13c081a5d129b6a1900f39fbffeb2fdf1874
merged branch za-creature/patch-1 (PR #943)

This PR was merged into the master branch.

Commits
-------

15be13c Update lib/Twig/Autoloader.php

Discussion
----------

Update lib/Twig/Autoloader.php

Added the ability to register the autoloader at the top of the stack, useful in some situations.

Specifically, I need this because I want the last autoload function registered in my application to throw an exception instead of producing a class not found error, and I need *that* autoloader to be registered before twig's.