DataException

Exception thrown when inconsistent data is given to a decompression algorithm. I.e. the data was not compressed with the corresponding algorithm or the wrapping format is not the one expected.

@safe
class DataException : Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors!()
Undocumented in source.

Meta