InvalidGifException

class InvalidGifException(message: String, cause: Throwable? = null) : RuntimeException(source)

Exception thrown when a GIF file is invalid and cannot be decoded.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?