Simon Belak wrote: > Kevin Dangoor wrote: > > I'm inclined to say that if there's no @error_handler() declaration > > and no tg_errors, the validation exception is raised (not counting the > > legacy validation_error method, which will die soon enough). It's ugly > > for such a thing to get through to users, but it's *so* easy to define > > the error behavior that it seems better to just hand the exception > > back up the chain. > > Done (r701). NotImplementedError is raised along with an explanation.
Thanks. Now I can continue to debug my code! qvx

