MWExceptionHandler: Fix PHP7 compatibility
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 12 Jul 2016 22:10:25 +0000 (15:10 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 12 Jul 2016 22:10:25 +0000 (15:10 -0700)
commit0bcc59f32cdc9d6ac7f61f62b554331ef6df23b9
treee998b8aa0a4cc16907b9662fe50acd94d601e92f
parent8a57d86ea7ec28ac12c60cde1436d688678e9340
MWExceptionHandler: Fix PHP7 compatibility

The `Exception` type-hint will cause issues if a PHP7 `Error` is thrown.

Change-Id: Iab0af90235badd57304131ae2274a1cfa0be822a
includes/exception/MWExceptionHandler.php