Split Exception.php
authoraddshore <addshorewiki@gmail.com>
Mon, 24 Feb 2014 20:13:49 +0000 (21:13 +0100)
committeraddshore <addshorewiki@gmail.com>
Mon, 24 Feb 2014 20:17:59 +0000 (21:17 +0100)
commit557af130868dacfb981e916baa4dcbcb866e16a1
tree5f5508f797f1cb67bd1eae6fd84066e22dd91844
parent3b3a7766d3558e1ae66c69bd0b5ae56e7b747967
Split Exception.php

Change-Id: I8273b342f8814887b65227457d0a461d7cd31e75
17 files changed:
includes/AutoLoader.php
includes/Exception.php [deleted file]
includes/exception/BadTitleError.php [new file with mode: 0644]
includes/exception/ErrorPageError.php [new file with mode: 0644]
includes/exception/FatalError.php [new file with mode: 0644]
includes/exception/HttpError.php [new file with mode: 0644]
includes/exception/MWException.php [new file with mode: 0644]
includes/exception/MWExceptionHandler.php [new file with mode: 0644]
includes/exception/PermissionsError.php [new file with mode: 0644]
includes/exception/ReadOnlyError.php [new file with mode: 0644]
includes/exception/ThrottledError.php [new file with mode: 0644]
includes/exception/UserBlockedError.php [new file with mode: 0644]
includes/exception/UserNotLoggedIn.php [new file with mode: 0644]
tests/phpunit/includes/ExceptionTest.php [deleted file]
tests/phpunit/includes/MWExceptionHandlerTest.php [deleted file]
tests/phpunit/includes/exception/MWExceptionHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/exception/MWExceptionTest.php [new file with mode: 0644]