fumus.exceptions.exception ========================== .. py:module:: fumus.exceptions.exception Exceptions ---------- .. autoapisummary:: fumus.exceptions.exception.IllegalStateError fumus.exceptions.exception.NoneTypeError fumus.exceptions.exception.NoSuchElementError fumus.exceptions.exception.UnsupportedTypeError Module 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.