File tree 2 files changed +15
-0
lines changed
docs/source/pcapkit/utilities 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,14 @@ when exception raised on user's operation.
308
308
:param \* args: Arbitrary positional arguments.
309
309
:param \*\* kwargs: Arbitrary keyword arguments.
310
310
311
+ .. autoexception :: pcapkit.utilities.exceptions.SchemaError
312
+ :no-members:
313
+ :show-inheritance:
314
+
315
+ :param quiet: If :data: `True `, suppress exception message.
316
+ :param \* args: Arbitrary positional arguments.
317
+ :param \*\* kwargs: Arbitrary keyword arguments.
318
+
311
319
:exc: `NotImplementedError ` Category
312
320
-----------------------------------
313
321
Original file line number Diff line number Diff line change @@ -102,6 +102,13 @@ User Defined Warnings
102
102
:param \* args: Arbitrary positional arguments.
103
103
:param \*\* kwargs: Arbitrary keyword arguments.
104
104
105
+ .. autoexception :: pcapkit.utilities.warnings.SchemaWarning
106
+ :no-members:
107
+ :show-inheritance:
108
+
109
+ :param \* args: Arbitrary positional arguments.
110
+ :param \*\* kwargs: Arbitrary keyword arguments.
111
+
105
112
:exc: `ResourceWarning ` Category
106
113
-------------------------------
107
114
You can’t perform that action at this time.
0 commit comments