diff options
| author | jason | 2018-07-17 16:49:04 -0600 |
|---|---|---|
| committer | jason | 2018-07-17 16:49:04 -0600 |
| commit | effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (patch) | |
| tree | 77534c617bd0854e4b9c1303fc229322adff359f /exceptions.html | |
| parent | 4dd9e72fd596d6795d43a423219f5000e58b9a61 (diff) | |
| download | eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.tar.gz eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.zip | |
update docs to 0.3.8
Diffstat (limited to 'exceptions.html')
| -rwxr-xr-x | exceptions.html | 57 |
1 files changed, 43 insertions, 14 deletions
diff --git a/exceptions.html b/exceptions.html index 393acee..60d2a94 100755 --- a/exceptions.html +++ b/exceptions.html | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | |||
| 17 | |||
| 16 | 18 | ||
| 17 | 19 | ||
| 18 | 20 | ||
| @@ -45,6 +47,7 @@ | |||
| 45 | 47 | ||
| 46 | <body class="wy-body-for-nav" role="document"> | 48 | <body class="wy-body-for-nav" role="document"> |
| 47 | 49 | ||
| 50 | |||
| 48 | <div class="wy-grid-for-nav"> | 51 | <div class="wy-grid-for-nav"> |
| 49 | 52 | ||
| 50 | 53 | ||
| @@ -64,7 +67,7 @@ | |||
| 64 | 67 | ||
| 65 | 68 | ||
| 66 | <div class="version"> | 69 | <div class="version"> |
| 67 | 0.3.3 | 70 | 0.3.6 |
| 68 | </div> | 71 | </div> |
| 69 | 72 | ||
| 70 | 73 | ||
| @@ -85,7 +88,10 @@ | |||
| 85 | 88 | ||
| 86 | 89 | ||
| 87 | 90 | ||
| 88 | <ul class="current"> | 91 | |
| 92 | |||
| 93 | |||
| 94 | <ul class="current"> | ||
| 89 | <li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> | 95 | <li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> |
| 90 | <li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current"> | 96 | <li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current"> |
| 91 | <li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> – Client Utilities</a></li> | 97 | <li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> – Client Utilities</a></li> |
| @@ -111,8 +117,10 @@ | |||
| 111 | 117 | ||
| 112 | 118 | ||
| 113 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | 119 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> |
| 114 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | 120 | |
| 115 | <a href="index.html">EventMQ</a> | 121 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| 122 | <a href="index.html">EventMQ</a> | ||
| 123 | |||
| 116 | </nav> | 124 | </nav> |
| 117 | 125 | ||
| 118 | 126 | ||
| @@ -121,32 +129,49 @@ | |||
| 121 | <div class="rst-content"> | 129 | <div class="rst-content"> |
| 122 | 130 | ||
| 123 | 131 | ||
| 124 | 132 | ||
| 133 | |||
| 134 | |||
| 135 | |||
| 136 | |||
| 137 | |||
| 138 | |||
| 139 | |||
| 140 | |||
| 141 | |||
| 142 | |||
| 125 | 143 | ||
| 126 | 144 | ||
| 127 | 145 | ||
| 128 | <div role="navigation" aria-label="breadcrumbs navigation"> | 146 | <div role="navigation" aria-label="breadcrumbs navigation"> |
| 147 | |||
| 129 | <ul class="wy-breadcrumbs"> | 148 | <ul class="wy-breadcrumbs"> |
| 130 | <li><a href="index.html">Docs</a> »</li> | 149 | |
| 131 | 150 | <li><a href="index.html">Docs</a> »</li> | |
| 151 | |||
| 132 | <li><a href="api.html">API Documentation</a> »</li> | 152 | <li><a href="api.html">API Documentation</a> »</li> |
| 133 | 153 | ||
| 134 | <li><code class="docutils literal"><span class="pre">exceptions</span></code> – Exceptions</li> | 154 | <li><code class="docutils literal"><span class="pre">exceptions</span></code> – Exceptions</li> |
| 155 | |||
| 156 | |||
| 135 | <li class="wy-breadcrumbs-aside"> | 157 | <li class="wy-breadcrumbs-aside"> |
| 136 | 158 | ||
| 137 | 159 | ||
| 138 | <a href="_sources/exceptions.rst.txt" rel="nofollow"> View page source</a> | 160 | <a href="_sources/exceptions.rst.txt" rel="nofollow"> View page source</a> |
| 139 | 161 | ||
| 140 | 162 | ||
| 141 | </li> | 163 | </li> |
| 164 | |||
| 142 | </ul> | 165 | </ul> |
| 166 | |||
| 167 | |||
| 143 | <hr/> | 168 | <hr/> |
| 144 | </div> | 169 | </div> |
| 145 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | 170 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| 146 | <div itemprop="articleBody"> | 171 | <div itemprop="articleBody"> |
| 147 | 172 | ||
| 148 | <span class="target" id="module-eventmq.exceptions"></span><div class="section" id="exceptions-exceptions"> | 173 | <span class="target" id="module-eventmq.exceptions"></span><div class="section" id="exceptions-exceptions"> |
| 149 | <h1><a class="reference external" href="https://docs.python.org/2/library/exceptions.html#module-exceptions" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">exceptions</span></code></a> – Exceptions<a class="headerlink" href="#exceptions-exceptions" title="Permalink to this headline">¶</a></h1> | 174 | <h1><code class="xref py py-mod docutils literal"><span class="pre">exceptions</span></code> – Exceptions<a class="headerlink" href="#exceptions-exceptions" title="Permalink to this headline">¶</a></h1> |
| 150 | <p>These are the exceptions that are raised by EventMQ. All exceptions should | 175 | <p>These are the exceptions that are raised by EventMQ. All exceptions should |
| 151 | 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> | 176 | 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> |
| 152 | <dl class="exception"> | 177 | <dl class="exception"> |
| @@ -202,15 +227,18 @@ sending a message to it)</p> | |||
| 202 | 227 | ||
| 203 | 228 | ||
| 204 | </div> | 229 | </div> |
| 230 | <div class="articleComments"> | ||
| 231 | |||
| 232 | </div> | ||
| 205 | </div> | 233 | </div> |
| 206 | <footer> | 234 | <footer> |
| 207 | 235 | ||
| 208 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | 236 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| 209 | 237 | ||
| 210 | <a href="jobmanager.html" class="btn btn-neutral float-right" title="jobmanager – Job Manager" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> | 238 | <a href="jobmanager.html" class="btn btn-neutral float-right" title="jobmanager – Job Manager" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 211 | 239 | ||
| 212 | 240 | ||
| 213 | <a href="client/jobs.html" class="btn btn-neutral" title="jobs – Client Job Helpers" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> | 241 | <a href="client/jobs.html" class="btn btn-neutral" title="jobs – Client Job Helpers" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
| 214 | 242 | ||
| 215 | </div> | 243 | </div> |
| 216 | 244 | ||
| @@ -244,7 +272,8 @@ sending a message to it)</p> | |||
| 244 | VERSION:'0', | 272 | VERSION:'0', |
| 245 | COLLAPSE_INDEX:false, | 273 | COLLAPSE_INDEX:false, |
| 246 | FILE_SUFFIX:'.html', | 274 | FILE_SUFFIX:'.html', |
| 247 | HAS_SOURCE: true | 275 | HAS_SOURCE: true, |
| 276 | SOURCELINK_SUFFIX: '.txt' | ||
| 248 | }; | 277 | }; |
| 249 | </script> | 278 | </script> |
| 250 | <script type="text/javascript" src="_static/jquery.js"></script> | 279 | <script type="text/javascript" src="_static/jquery.js"></script> |