filebackend: throw exceptions during file iteration.
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 16 Jun 2013 06:01:47 +0000 (23:01 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 16 Jun 2013 06:01:47 +0000 (23:01 -0700)
commit754b8babca9f556fedfa97ab833fcf0132028d4b
treedac20670e331ca78728ac0eea60127ee41cdf8fc
parentb778b2e0bbf4818d6bb7912a31373b187858f903
filebackend: throw exceptions during file iteration.

* This lets calling code be far more robust rather than just
  silently ignoring entries due to some temporary problem.

Change-Id: I3ce2ae34f6cff5e40a80b8da5688503a387ce2a6
includes/AutoLoader.php
includes/filebackend/FSFileBackend.php
includes/filebackend/FileBackend.php
includes/filebackend/SwiftFileBackend.php