phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ZipException
std
zip
Thrown on error.
class
ZipException : Exception {
mixintemplate
basicExceptionCtors
()
via
import
std
.
exception
:
basicExceptionCtors
;
;
mixin
basicExceptionCtors
;
}
Members
Mixins
__anonymous
mixin
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
zip
classes
ArchiveMember
ZipArchive
ZipException
enums
CompressionMethod
Thrown on error.