X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiContinuationManager.php;h=74d0352a4f858375f334421a07c745e3b123bb06;hb=7060acd95863d4021afa2701f9e779de61e6a560;hp=354f4e7de10105003e5588a301b674501abbcf8d;hpb=f873b499650ef5d27570f9cb96d01d1477f9e089;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiContinuationManager.php b/includes/api/ApiContinuationManager.php index 354f4e7de1..74d0352a4f 100644 --- a/includes/api/ApiContinuationManager.php +++ b/includes/api/ApiContinuationManager.php @@ -39,6 +39,7 @@ class ApiContinuationManager { * @param ApiBase $module Module starting the continuation * @param ApiBase[] $allModules Contains ApiBase instances that will be executed * @param array $generatedModules Names of modules that depend on the generator + * @throws UsageException */ public function __construct( ApiBase $module, array $allModules = array(), array $generatedModules = array()