Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -880,7 +880,10 @@ |
881 | 881 | 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php', |
882 | 882 | 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php', |
883 | 883 | 'UploadStashZeroLengthFileException' => 'includes/upload/UploadStash.php', |
884 | | - |
| 884 | + 'UploadStashNotLoggedInException' => 'includes/upload/UploadStash.php', |
| 885 | + 'UploadStashWrongOwnerException' => 'includes/upload/UploadStash.php', |
| 886 | + 'UploadStashNoSuchKeyException' => 'includes/upload/UploadStash.php', |
| 887 | + |
885 | 888 | # languages |
886 | 889 | 'FakeConverter' => 'languages/Language.php', |
887 | 890 | 'Language' => 'languages/Language.php', |