[PHPTAL] Fatal error: Exception thrown without a stack frame in Unknown on line 0

2008-03-03 Thread Rick Hopkins
I am working on a new MVC based system and have been utilizing PHPTAL for the interface side of things. I am running into a problem though when I try to catch exceptions. I have labeled my new framework "Melodic". I have a static class called "MelodicException" which should catch all the except

Re: [PHPTAL] Fatal error: Exception thrown without a stack frame in Unknown on line 0

2008-03-03 Thread Iván -DrSlump- Montes
Throwing exceptions from the error handler can be tricky. Make sure there are no errors in you handler code (not even notices) also remember that you can not throw an exception from the exception handler itself (or from the calls it does). iván On Mon, Mar 3, 2008 at 6:50 PM, Rick Hopkins <[EMAIL