All Implemented Interfaces:
PythonLikeObject, Serializable

public class KeyError extends LookupError
The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid.
See Also: