diff options
Diffstat (limited to 'exceptions.html')
| -rw-r--r-- | exceptions.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exceptions.html b/exceptions.html index 54ea13a..1aa304f 100644 --- a/exceptions.html +++ b/exceptions.html | |||
| @@ -162,6 +162,13 @@ be subclasses of <a class="reference internal" href="#eventmq.exceptions.EventMQ | |||
| 162 | <dd><p>Raised when there is a problem with the structure of the message</p> | 162 | <dd><p>Raised when there is a problem with the structure of the message</p> |
| 163 | </dd></dl> | 163 | </dd></dl> |
| 164 | 164 | ||
| 165 | <dl class="exception"> | ||
| 166 | <dt id="eventmq.exceptions.PeerGoneAwayError"> | ||
| 167 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">PeerGoneAwayError</code><a class="headerlink" href="#eventmq.exceptions.PeerGoneAwayError" title="Permalink to this definition">ΒΆ</a></dt> | ||
| 168 | <dd><p>Raised when attempting to contact a peer that no longer exists (i.e. when | ||
| 169 | sending a message to it)</p> | ||
| 170 | </dd></dl> | ||
| 171 | |||
| 165 | </div> | 172 | </div> |
| 166 | 173 | ||
| 167 | 174 | ||