Update DatabaseException to make proper use of the new Exception handling
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 29 Sep 2015 19:34:36 +0000 (21:34 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 1 Dec 2015 21:15:48 +0000 (22:15 +0100)
commitb8e0376cfd3e8e9a703f65deac84bc3678575c9d
tree5d2f2c3265f846c845658aea8f6d3d34831b223c
parent5bc5a7e6a29822141b51eb35045b3d190f81ab05
Update DatabaseException to make proper use of the new Exception handling
wcfsetup/install/files/lib/core.functions.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/database/DatabaseException.class.php
wcfsetup/install/files/lib/system/database/MySQLDatabase.class.php
wcfsetup/install/files/lib/system/database/PostgreSQLDatabase.class.php
wcfsetup/install/files/lib/system/database/exception/DatabaseException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/database/exception/DatabaseQueryException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/database/exception/DatabaseQueryExecutionException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/database/exception/DatabaseTransactionException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php
wcfsetup/install/files/lib/system/exception/IExtraInformationException.class.php [new file with mode: 0644]