From 9481baff18e93f5585e4c6fcaddd6d9e298173be Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sun, 28 Jun 2015 16:41:33 +0000 Subject: Bug 1178618: POD test failing due to undocumented methods api_version, api_namespace, and load_error --- Bugzilla/API/Server.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/API') 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 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. -- cgit v1.2.3-24-g4f1b