Skip to content

Commit a8fde4a

Browse files
committed
Update documentation
1 parent 6119118 commit a8fde4a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/error_handling.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>
5858

5959

6060
class InvalidCategory(C4Exception):
61-
&#34;&#34;&#34;Raised when an invalid category is provided when calling
61+
&#34;&#34;&#34;Raised when an invalid category is provided when calling
6262
`pyControl4.director.C4Director.getAllItemsByCategory`.&#34;&#34;&#34;
6363

6464

@@ -68,10 +68,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>
6868
&#34;Permission denied Bad credentials&#34;: BadCredentials,
6969
}
7070

71-
DIRECTOR_ERRORS = {
72-
&#34;Unauthorized&#34;: Unauthorized,
73-
&#34;Invalid category&#34;: InvalidCategory
74-
}
71+
DIRECTOR_ERRORS = {&#34;Unauthorized&#34;: Unauthorized, &#34;Invalid category&#34;: InvalidCategory}
7572

7673
DIRECTOR_ERROR_DETAILS = {&#34;Expired or invalid token&#34;: BadToken}
7774

@@ -298,7 +295,7 @@ <h3>Subclasses</h3>
298295
<span>Expand source code</span>
299296
</summary>
300297
<pre><code class="python">class InvalidCategory(C4Exception):
301-
&#34;&#34;&#34;Raised when an invalid category is provided when calling
298+
&#34;&#34;&#34;Raised when an invalid category is provided when calling
302299
`pyControl4.director.C4Director.getAllItemsByCategory`.&#34;&#34;&#34;</code></pre>
303300
</details>
304301
<h3>Ancestors</h3>

0 commit comments

Comments
 (0)