MediaWiki REL1_35
ApiMain__onExceptionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use ApiMain;
7use Throwable;
8
24 public function onApiMain__onException( $apiMain, $e );
25}
This is the main API class, used for both external and internal processing.
Definition ApiMain.php:47
onApiMain__onException( $apiMain, $e)
This hook is called by ApiMain::executeActionWithErrorHandling() when an exception is thrown during A...