mediawiki-extensions-AbuseF.../includes/Variables
Daimona Eaytoy e64049c30b Create dedicated types of parser exceptions
Introduce a clear distinction between internal exceptions and
user-visible exceptions, leaving AFPException as base abstract class.

Later, it should be possible to narrow some types around, e.g. in
ParserStatus (that might work with user-visible exceptions only).

Also a future TODO is putting all the exceptions in their own namespace
(probably ...\Parser\Exception).

Change-Id: I4e33a45117f0a3e73af03cc1e3f2734beaf2b5e1
2021-02-12 13:56:02 +00:00
..
LazyLoadedVariable.php Cleanup variables-related classes 2021-01-02 18:19:38 +01:00
LazyVariableComputer.php Create dedicated types of parser exceptions 2021-02-12 13:56:02 +00:00
UnsetVariableException.php Create a dedicated namespace for variables-related classes 2021-01-02 18:16:48 +01:00
VariableHolder.php Remove deprecated VariableHolder::getVar 2021-01-03 19:14:13 +00:00
VariablesBlobStore.php Cleanup variables-related classes 2021-01-02 18:19:38 +01:00
VariablesFormatter.php Add a bunch of tests 2021-01-04 15:54:54 +01:00
VariablesManager.php Make User::get* calls explicit in LazyVariableComputer 2021-01-17 00:35:40 +00:00