Hi, On Tue, Mar 2, 2010 at 9:10 AM, paul jobs <[email protected]> wrote: > where do we add this code so it applies for the entire project? > > Armin: Subclass Undefined and override the methods that are currently > failing with an undefined error to return another undefined object. > > Would it be possible to share a simple example for this?
Here is the code I'm using for this: http://paste.shehas.net/show/43/ -- Takashi Matsuo Kay's daddy > Thanks a lot > > On Mon, Mar 1, 2010 at 12:55 PM, Armin Ronacher > <[email protected]> wrote: >> >> Hi, >> >> On 2/28/10 9:01 PM, paul jobs wrote: >> > Is it possible to disable raising UndefinedError or gracefully try to >> > load a page even in errors during production >> Subclass Undefined and override the methods that are currently failing >> with an undefined error to return another undefined object. >> >> >> Regards, >> Armin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "pocoo-libs" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/pocoo-libs?hl=en. >> > > > > -- > Amazing wedding entrance viral video > http://fotoroll.com/sv?q=jk%20wedding%20entrance%20dance%20Amazing%20wedding%20video > > -- > You received this message because you are subscribed to the Google Groups > "pocoo-libs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pocoo-libs?hl=en. > -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
