pyrio.exceptions ================ .. py:module:: pyrio.exceptions Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pyrio/exceptions/exception/index Exceptions ---------- .. autoapisummary:: pyrio.exceptions.IllegalStateError pyrio.exceptions.NoneTypeError pyrio.exceptions.NoSuchElementError pyrio.exceptions.UnsupportedTypeError Package Contents ---------------- .. py:exception:: IllegalStateError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: NoneTypeError Bases: :py:obj:`TypeError` Inappropriate argument type. .. py:exception:: NoSuchElementError Bases: :py:obj:`ValueError` Inappropriate argument value (of correct type). .. py:exception:: UnsupportedTypeError Bases: :py:obj:`TypeError` Inappropriate argument type.