diff options
Diffstat (limited to 'exceptions.html')
| -rw-r--r-- | exceptions.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exceptions.html b/exceptions.html index 4f94f7f..b3a9914 100644 --- a/exceptions.html +++ b/exceptions.html | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | 61 | ||
| 62 | 62 | ||
| 63 | <div class="version"> | 63 | <div class="version"> |
| 64 | 0.2.1 | 64 | 0.2.6.2 |
| 65 | </div> | 65 | </div> |
| 66 | 66 | ||
| 67 | 67 | ||
| @@ -147,6 +147,12 @@ | |||
| 147 | <p>These are the exceptions that are raised by EventMQ. All exceptions should | 147 | <p>These are the exceptions that are raised by EventMQ. All exceptions should |
| 148 | be subclasses of <a class="reference internal" href="#eventmq.exceptions.EventMQError" title="eventmq.exceptions.EventMQError"><code class="xref py py-class docutils literal"><span class="pre">EventMQError</span></code></a></p> | 148 | be subclasses of <a class="reference internal" href="#eventmq.exceptions.EventMQError" title="eventmq.exceptions.EventMQError"><code class="xref py py-class docutils literal"><span class="pre">EventMQError</span></code></a></p> |
| 149 | <dl class="exception"> | 149 | <dl class="exception"> |
| 150 | <dt id="eventmq.exceptions.CallableFromPathError"> | ||
| 151 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">CallableFromPathError</code><a class="headerlink" href="#eventmq.exceptions.CallableFromPathError" title="Permalink to this definition">¶</a></dt> | ||
| 152 | <dd><p>Raised when construction of a callable from a path and callable_name fails.</p> | ||
| 153 | </dd></dl> | ||
| 154 | |||
| 155 | <dl class="exception"> | ||
| 150 | <dt id="eventmq.exceptions.EventMQError"> | 156 | <dt id="eventmq.exceptions.EventMQError"> |
| 151 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">EventMQError</code><a class="headerlink" href="#eventmq.exceptions.EventMQError" title="Permalink to this definition">¶</a></dt> | 157 | <em class="property">exception </em><code class="descclassname">eventmq.exceptions.</code><code class="descname">EventMQError</code><a class="headerlink" href="#eventmq.exceptions.EventMQError" title="Permalink to this definition">¶</a></dt> |
| 152 | <dd><p>All exceptions raised by EventMQ inherit from this base exception.</p> | 158 | <dd><p>All exceptions raised by EventMQ inherit from this base exception.</p> |