hirola.exceptions¶
Custom Exception subclasses used by hirola.
-
exception
hirola.exceptions.AlmostFull[source]¶ To be raised or warned if the near-fullness of a hash table can lead to poor performance.
-
exception
hirola.exceptions.HashTableDestroyed[source]¶ Raised on adding or getting from a
hirola.HashTablewhich has calledhirola.HashTable.destroy().