User Defined Exceptions ----------------------- :mod:`pcapkit.exceptions` refined built-in exceptions. Make it possible to show only user error stack infomation [*]_, when exception raised on user's operation. .. automodule:: pcapkit.utilities.exceptions :members: :undoc-members: :private-members: :show-inheritance: .. raw:: html
.. [*] See |tbtrim|_ project for a modern Pythonic implementation. .. |tbtrim| replace:: ``tbtrim`` .. _tbtrim: https://github.com/gousaiyang/tbtrim