dtrie ~master (2022-04-12T05:46:06.172582)
Dub
Repo
KeyError
lib
exception
Raised when a mapping (dictionary) key is not found in the set of existing keys.
class
KeyError : Error {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
lib
exception
classes
IndexError
KeyError
ValueError
Raised when a mapping (dictionary) key is not found in the set of existing keys.