reference/gearman/gearmanclient/setexceptioncallback.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.setexceptioncallback" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::setExceptionCallback</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="GearmanClient">
13
12
<modifier>public</modifier> <type>bool</type><methodname>GearmanClient::setExceptionCallback</methodname>
14
-
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
13
+
<methodparam><type>callable</type><parameter>function</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Specifies a function to call when a worker for a task sends an exception.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>callback</parameter></term>
25
+
<term><parameter>function</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
Function to call when the worker throws an exception
...
...
@@ -57,7 +56,6 @@
57
56
</refsect1>
58
57

59
58
</refentry>
60
-

61
59
<!-- Keep this comment at the end of the file
62
60
Local variables:
63
61
mode: sgml
64
62