phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
UnsupportedRangeMethod
std
range
interfaces
Thrown when an interface method is not supported by the wrapped range
class
UnsupportedRangeMethod : Exception {
mixintemplate
basicExceptionCtors
()
via
import
std
.
exception
:
basicExceptionCtors
;
;
}
Mixed In Members
From
mixin
basicExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
std
range
interfaces
classes
OutputRangeObject
UnsupportedRangeMethod
functions
inputRangeObject
interfaces
BidirectionalAssignable
BidirectionalRange
ForwardAssignable
ForwardRange
InputAssignable
InputRange
OutputRange
RandomAccessFinite
RandomAccessInfinite
RandomFiniteAssignable
templates
InputRangeObject
MostDerivedInputRange
outputRangeObject
Thrown when an interface method is not supported by the wrapped range