aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/rdbms/exception
Commit message (Expand)AuthorAgeFilesLines
* A few doc comment fixupsTim Starling2017-12-041-1/+0
* Revert Message dependency from DB exception classesAaron Schulz2017-09-271-11/+1
* Detect query timeouts and throw a specific exceptionMatthew Flaschen2017-09-202-12/+53
* DB excepions: consistently declare constructors as publicChad Horohoe2017-08-305-5/+5
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Change @inheritdoc to @inheritDocUmherirrender2017-08-111-1/+1
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+0
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-1510-5/+46
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-284-0/+4
* Remove trailing empty lines in PHPFomafix2017-01-161-1/+0
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-1/+9
* DBError expects IDatabase|null as its first argumentStephane Bisson2016-11-011-1/+1
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-1/+1
* Break long lines and generalize some comments in /rdbmsAaron Schulz2016-09-221-3/+1
* Split up DBError classes into their own filesAaron Schulz2016-09-2210-132/+313
* Remove MediaWiki mentions from /rdbms error stringsAaron Schulz2016-09-221-5/+3
* Exception cleanups for LoadBalancerAaron Schulz2016-09-151-2/+26
* Move DBError to /libs/rdbms/exceptionAaron Schulz2016-09-141-0/+149