phpmyadmin/libraries/classes/Exceptions
Maurício Meneghini Fauth 22c6a2f9d8
Add a wrapper around the exit language construct
Creates the PhpMyAdmin\ResponseRenderer::callExit() method as a wrapper
to the exit language construct. That makes the tests more correct as the
method will always stop the code execution.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-06 21:54:07 -03:00
..
AuthenticationPluginException.php Remove exit construct from Plugins::getAuthPlugin() 2022-11-16 16:25:51 -03:00
ConfigException.php Throw ConfigException for some Config errors 2022-11-15 19:03:01 -03:00
ExitException.php Add a wrapper around the exit language construct 2023-06-06 21:54:07 -03:00
ExportException.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
MissingExtensionException.php Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
SessionHandlerException.php Replace exit with exception in Session class 2022-11-17 22:06:51 -03:00