Use a more specific exception to represent malformed controllers
authorAlexander Ebert <ebert@woltlab.com>
Sat, 9 Mar 2024 23:07:11 +0000 (00:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 10 Mar 2024 14:19:39 +0000 (15:19 +0100)
commit5851a068728c64c9a0d6969f880263e0d3072efb
tree1d1480bce86c37e827edf3c1c95bee2dcd741950
parent156ca27ec010b6e25fd836381a1a9f1908bf020c
Use a more specific exception to represent malformed controllers
wcfsetup/install/files/lib/action/ApiAction.class.php
wcfsetup/install/files/lib/system/endpoint/error/ControllerError.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/error/RouteParameterError.class.php
wcfsetup/install/files/lib/system/endpoint/exception/ControllerMalformed.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/exception/RouteParameterMismatch.class.php