From: David Lawrence Date: Sun, 28 Jun 2015 16:41:33 +0000 (+0000) Subject: Bug 1178618: POD test failing due to undocumented methods api_version, api_namespace... X-Git-Tag: release-5.1.1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9481baff18e93f5585e4c6fcaddd6d9e298173be;p=thirdparty%2Fbugzilla.git Bug 1178618: POD test failing due to undocumented methods api_version, api_namespace, and load_error --- diff --git a/Bugzilla/API/Server.pm b/Bugzilla/API/Server.pm index 4969010378..2d680db288 100644 --- a/Bugzilla/API/Server.pm +++ b/Bugzilla/API/Server.pm @@ -514,6 +514,11 @@ version of the API is being used to access the constant values. Returns a L encode/decoder object. +=item load_error + +Method that stores error data if a API module fails to load and ThrowUserError +or ThrowCodeError needs to send a proper error to the client. + =item cgi Returns a L object.