Revision 3bd31e0d
Von G. Richardson vor fast 5 Jahren hinzugefügt
SL/DB.pm | ||
---|---|---|
229 | 229 |
|
230 | 230 |
C<with_transaction> only gobbles up exceptions that are used to signal an |
231 | 231 |
error in the transaction, and returns undef on those. All other exceptions |
232 |
bubble out of the transaction like normal, so that it is transparent to typoes,
|
|
232 |
bubble out of the transaction like normal, so that it is transparent to typos, |
|
233 | 233 |
runtime exceptions and other generally wanted things. |
234 | 234 |
|
235 | 235 |
If you just use the snippet above, your code will catch everything related to |
Auch abrufbar als: Unified diff
Typo in typos
Das war mir einen eigenen Commit wert ^^