dtrie v1.0.1 (2015-07-15T08:29:16Z)
Dub
Repo
IndexError
lib
exception
Raised when a sequence subscript is out of range.
class
IndexError : 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 sequence subscript is out of range.