dtrie v1.0.1 (2015-07-15T08:29:16Z)
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.