vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
LimitException
index
vibe
stream
counting
Undocumented in source.
class
LimitException : Exception {
this
(string message, ulong limit, Throwable next, string file, int line);
ulong
limit
[@property getter];
}
Constructors
this
this
(string message, ulong limit, Throwable next, string file, int line)
Undocumented in source.
Members
Properties
limit
ulong
limit
[@property getter]
The byte limit of the stream that emitted the exception
Meta
Source
See Implementation
index
vibe
stream
counting
classes
CountingInputStream
CountingOutputStream
EndCallbackInputStream
LimitException
LimitedInputStream
functions
createCountingOutputStream
createCountingOutputStreamFL
createEndCallbackInputStream
createEndCallbackInputStreamFL
createLimitedInputStream
createLimitedInputStreamFL