Rest: Move ModuleConfigurationException into correct folder

The folder name must match the namespace used for the class.

Change-Id: I768a4f8c9031e51b4a61174f39164204f6331dc2
This commit is contained in:
Umherirrender 2025-07-01 23:42:00 +02:00 committed by Reedy
parent ce2bd6ef3d
commit 10c01b23c0
2 changed files with 1 additions and 1 deletions

View file

@ -2254,7 +2254,7 @@ $wgAutoloadLocalClasses = [
'MediaWiki\\Rest\\Module\\MatcherBasedModule' => __DIR__ . '/includes/Rest/Module/MatcherBasedModule.php',
'MediaWiki\\Rest\\Module\\Module' => __DIR__ . '/includes/Rest/Module/Module.php',
'MediaWiki\\Rest\\Module\\SpecBasedModule' => __DIR__ . '/includes/Rest/Module/SpecBasedModule.php',
'MediaWiki\\Rest\\PathTemplateMatcher\\ModuleConfigurationException' => __DIR__ . '/includes/Rest/Module/ModuleConfigurationException.php',
'MediaWiki\\Rest\\PathTemplateMatcher\\ModuleConfigurationException' => __DIR__ . '/includes/Rest/PathTemplateMatcher/ModuleConfigurationException.php',
'MediaWiki\\Rest\\PathTemplateMatcher\\PathConflict' => __DIR__ . '/includes/Rest/PathTemplateMatcher/PathConflict.php',
'MediaWiki\\Rest\\PathTemplateMatcher\\PathMatcher' => __DIR__ . '/includes/Rest/PathTemplateMatcher/PathMatcher.php',
'MediaWiki\\Rest\\PathTemplateMatcher\\PathSegmentException' => __DIR__ . '/includes/Rest/PathTemplateMatcher/PathSegmentException.php',