lib.exception

Undocumented in source.

Members

Classes

IndexError
class IndexError

Raised when a sequence subscript is out of range.

KeyError
class KeyError

Raised when a mapping (dictionary) key is not found in the set of existing keys.

ValueError
class ValueError

Raised when a function receives an argument that has the right type.

Meta