Move upload stash related exceptions to own files
authorUmherirrender <umherirrender_de.wp@web.de>
Wed, 6 Feb 2019 21:22:01 +0000 (22:22 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 6 Feb 2019 21:22:01 +0000 (22:22 +0100)
commitb0a75622d3872e6cde6020a1b0f8775a19be3b23
tree9cf560de3d5732d49c13db5cbf3e034a4f7a409a
parent7caf6176dfd385daa98fd33a11048a364645f4a0
Move upload stash related exceptions to own files

Change-Id: I23e81af2f1bf73f5cd78a01bcc2fcebb4c4ea038
17 files changed:
.phpcs.xml
autoload.php
includes/specials/SpecialUploadStash.php
includes/specials/exception/SpecialUploadStashTooLargeException.php [new file with mode: 0644]
includes/upload/UploadFromChunks.php
includes/upload/UploadStash.php
includes/upload/exception/UploadChunkFileException.php [new file with mode: 0644]
includes/upload/exception/UploadChunkVerificationException.php [new file with mode: 0644]
includes/upload/exception/UploadChunkZeroLengthFileException.php [new file with mode: 0644]
includes/upload/exception/UploadStashBadPathException.php [new file with mode: 0644]
includes/upload/exception/UploadStashException.php [new file with mode: 0644]
includes/upload/exception/UploadStashFileException.php [new file with mode: 0644]
includes/upload/exception/UploadStashFileNotFoundException.php [new file with mode: 0644]
includes/upload/exception/UploadStashNoSuchKeyException.php [new file with mode: 0644]
includes/upload/exception/UploadStashNotLoggedInException.php [new file with mode: 0644]
includes/upload/exception/UploadStashWrongOwnerException.php [new file with mode: 0644]
includes/upload/exception/UploadStashZeroLengthFileException.php [new file with mode: 0644]