]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1178618: POD test failing due to undocumented methods api_version, api_namespace...
authorDavid Lawrence <dkl@mozilla.com>
Sun, 28 Jun 2015 16:41:33 +0000 (16:41 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Sun, 28 Jun 2015 16:41:33 +0000 (16:41 +0000)
Bugzilla/API/Server.pm

index 496901037807266786b023603706a7b8478bdf0e..2d680db28864983d31a43cc562eaf25a1eabc54b 100644 (file)
@@ -514,6 +514,11 @@ version of the API is being used to access the constant values.
 
 Returns a L<JSON> 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<Bugzilla::CGI> object.