summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-28 18:41:33 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-28 18:41:33 +0200
commit9481baff18e93f5585e4c6fcaddd6d9e298173be (patch)
tree1cc502cdb49f817731ae486e46afe62eaabbf0bb /Bugzilla/API
parent0e38f2b73094993af9e0a8f3faf7f3cb526b8794 (diff)
downloadbugzilla-9481baff18e93f5585e4c6fcaddd6d9e298173be.tar.gz
bugzilla-9481baff18e93f5585e4c6fcaddd6d9e298173be.tar.xz
Bug 1178618: POD test failing due to undocumented methods api_version, api_namespace, and load_error
Diffstat (limited to 'Bugzilla/API')
-rw-r--r--Bugzilla/API/Server.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/API/Server.pm b/Bugzilla/API/Server.pm
index 496901037..2d680db28 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<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.