wiki.techinc.nl/includes/exception
daniel a4853b0aa5 Introduce MediaWikiEntryPoint and ActionEntryPoint
This extracts the MediaWikiEntryPoint base class and ActionEntryPoint
class from the MediaWiki class. MediaWiki itself be deprecated.

The intent is to create other subclasses of MediaWikiEntryPoint for the
use by other entry points such as thumb.php or api.php. This will allow
us to share code between entry points, and make these entry points
testable by moving their implementation into a class.

Bug: T354216
Change-Id: Ib70e4e67e4cb1b65ac218c095864fb6eb43d0929
2024-01-03 19:20:44 +01:00
..
Hook
BadRequestError.php
BadTitleError.php
CannotCreateActorException.php
ErrorPageError.php Introduce MediaWikiEntryPoint and ActionEntryPoint 2024-01-03 19:20:44 +01:00
FatalError.php
HttpError.php
ILocalizedException.php
LocalizedException.php
MWContentSerializationException.php
MWException.php exception: Replace $wgCommandLineMode checks with MW_ENTRY_POINT 2023-12-14 18:01:17 +00:00
MWExceptionHandler.php Merge "exception: Send silenced errors to a new log channel with level=DEBUG" 2023-12-21 18:38:46 +00:00
MWExceptionRenderer.php exception: Replace $wgCommandLineMode checks with MW_ENTRY_POINT 2023-12-14 18:01:17 +00:00
MWUnknownContentModelException.php
PermissionsError.php
ProcOpenError.php
ReadOnlyError.php
ShellDisabledError.php
ThrottledError.php
UserBlockedError.php Use namespaced classes 2023-12-11 16:07:18 +01:00
UserNotLoggedIn.php