botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
MemoryExhaustion
botan
utils
exceptn
Memory Allocation Exception
@
safe
pure nothrow final
class
MemoryExhaustion : Exception {
this
(string err, Throwable next, string file, int line);
string
what
();
}
Constructors
this
this
(string err, Throwable next, string file, int line)
Undocumented in source.
Members
Functions
what
string
what
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
utils
exceptn
classes
AlgorithmNotFound
DecodingError
EncodingError
IntegrityFailure
InternalError
InvalidAlgorithmName
InvalidArgument
InvalidIVLength
InvalidKeyLength
InvalidOID
InvalidState
LogicError
LookupError
MemoryExhaustion
PRNGUnseeded
PolicyViolation
RangeError
SelfTestFailure
StreamIOError
Memory Allocation Exception