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.HashTable which has called hirola.HashTable.destroy().

exception hirola.exceptions.HashTableFullError[source]

Raised on attempting to add a new item to a table when the table is full.

exception hirola.exceptions.HirolaException[source]

Base exception for all errors hirola-related.