Bug 22001: Add the DBI error message
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 31 Mar 2020 15:27:12 +0000 (17:27 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 31 Mar 2020 16:46:06 +0000 (17:46 +0100)
commit8e6cebb6b4553bc15c2ee95de9f3e6b3f895e258
treeeed0d8c3ffe3bf579ff3c14399178a630aa1effc
parent3533aacef8772d43a471b558c4ae581b63a90ee7
Bug 22001: Add the DBI error message

Using DBIx::Class error handler, we should not hide the error when
encapsulating it

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Object.pm