File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ Xref
2
+ ====
3
+
4
+ .. currentmodule :: fastobo.exceptions
5
+ .. automodule :: fastobo.exceptions
6
+
7
+
8
+ Cardinality Errors
9
+ ------------------
10
+
11
+ MissingClauseError
12
+ ^^^^^^^^^^^^^^^^^^
13
+
14
+ .. autoexception :: MissingClauseError
15
+
16
+
17
+ DuplicateClausesError
18
+ ^^^^^^^^^^^^^^^^^^^^^
19
+
20
+ .. autoexception :: DuplicateClausesError
21
+
22
+
23
+ SingleClauseError
24
+ ^^^^^^^^^^^^^^^^^^
25
+
26
+ .. autoexception :: SingleClauseError
27
+
28
+
29
+ Threading Errors
30
+ ----------------
31
+
32
+ DisconnectedChannelError
33
+ ^^^^^^^^^^^^^^^^^^^^^^^^
34
+
35
+ .. autoexception :: DisconnectedChannelError
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Library Reference
15
15
pv
16
16
syn
17
17
xref
18
+ exceptions
18
19
19
20
20
21
.. currentmodule :: fastobo
@@ -264,3 +265,29 @@ Xref (`fastobo.xref`)
264
265
265
266
fastobo.xref.Xref
266
267
fastobo.xref.XrefList
268
+
269
+
270
+
271
+ Exceptions
272
+ ----------
273
+
274
+ Cardinality Errors
275
+ ^^^^^^^^^^^^^^^^^^
276
+
277
+ .. currentmodule :: fastobo.exceptions
278
+ .. autosummary ::
279
+ :nosignatures:
280
+
281
+ fastobo.exceptions.MissingClauseError
282
+ fastobo.exceptions.DuplicateClausesError
283
+ fastobo.exceptions.SingleClauseError
284
+
285
+
286
+ Threading Errors
287
+ ^^^^^^^^^^^^^^^^^^
288
+
289
+ .. currentmodule :: fastobo.exceptions
290
+ .. autosummary ::
291
+ :nosignatures:
292
+
293
+ fastobo.exceptions.DisconnectedChannelError
You can’t perform that action at this time.
0 commit comments