File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -2050,11 +2050,24 @@ authentication* using the :mod:`hmac` module.
2050
2050
unavailable then it is ``None ``.
2051
2051
2052
2052
2053
- The module defines two exceptions:
2053
+ The module defines the following exceptions:
2054
+
2055
+ .. exception :: ProcessError
2056
+
2057
+ The base class of all :mod: `multiprocessing ` exceptions.
2058
+
2059
+ .. exception :: BufferTooShort
2060
+
2061
+ Exception raised by :meth: `Connection.recv_bytes_into() ` when the supplied
2062
+ buffer object is too small for the message read.
2054
2063
2055
2064
.. exception :: AuthenticationError
2056
2065
2057
- Exception raised when there is an authentication error.
2066
+ Raised when there is an authentication error.
2067
+
2068
+ .. exception :: TimeoutError
2069
+
2070
+ Raised by methods with a timeout when the timeout expires.
2058
2071
2059
2072
2060
2073
**Examples **
You can’t perform that action at this time.
0 commit comments