Simplify and clean up FileBackend exceptions
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 21 Sep 2016 04:44:29 +0000 (21:44 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Sep 2016 22:28:08 +0000 (15:28 -0700)
commitc2acd8f642b64e9ea9785c3f7d30e7000a708f84
treeb9833e893dad0f7d8379321675cb06de924aad67
parent51a86868040e177691ded9686db005ce204b5923
Simplify and clean up FileBackend exceptions

Use standard exceptions for unexpected errors and remove
FileBackendException class, leaving FileBackendError. The
later is actually intended to be caught in some cases.

Change-Id: I735a525e0b14e518b2da5f18762e0f293064dfc2
autoload.php
includes/filebackend/FileBackendGroup.php
includes/filebackend/FileBackendMultiWrite.php
includes/filebackend/FileBackendStore.php
includes/filebackend/FileOp.php
includes/libs/filebackend/FileBackend.php
includes/libs/filebackend/FileBackendError.php [new file with mode: 0644]
includes/libs/filebackend/FileBackendException.php [deleted file]