Revision 6d8c402c
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
SL/DB.pm | ||
---|---|---|
142 | 142 |
if (blessed $error) { |
143 | 143 |
if ($error->isa('SL::X::DBError')) { |
144 | 144 |
# gobble the exception |
145 |
} elsif ($error->isa('SL::Locale::String')) { |
|
146 |
die $self->error; |
|
145 | 147 |
} else { |
146 | 148 |
$error->rethrow; |
147 | 149 |
} |
Auch abrufbar als: Unified diff
SL::DB: Exception: kein rethrow auf SL::Locale::String-Objekte (t8)
Behebt #493 (redmine)