On Mon, Apr 23 2012, Konstantin A. Pustovalov wrote:
> I tried to throw typed exceptions from exception_action based on DBD
> error codes. And to no avail.
hi Konstantin,
I can't comment on your DBIx::Class problem, but if you want to use
typed exceptions, I'd recommend using Trycatch to handle
Hi DBIC gurus!
I tried to throw typed exceptions from exception_action based on DBD
error codes. And to no avail.
Here are problems that I've faced:
1. There are very little docs and few tests on exception_action.
2. exception_action is being called twice ( at least more than once )
for ever