]> git.mxchange.org Git - friendica.git/commit
Introduce a "DatabaseException" class for fatal exceptions (used in testmode to throw...
authorPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:03:38 +0000 (20:03 +0200)
committerPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:03:38 +0000 (20:03 +0200)
commit3587e89482284d81213eda21dd62415698185ab7
treed4ba51c1672e56e994d793ecb83e1180441e825a
parent0f3e4255ca140c1cf8ff717b6804fe00a8d429e3
Introduce a "DatabaseException" class for fatal exceptions (used in testmode to throw an exception in case of DB errors)
src/Database/Database.php
src/Database/DatabaseException.php [new file with mode: 0644]