gif.kt
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gif.kt
gifkt
/
com.shakster.gifkt
/
InvalidGifException
Invalid
Gif
Exception
class
InvalidGifException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
(
source
)
Exception thrown when a GIF file is invalid and cannot be decoded.
Members
Constructors
Invalid
Gif
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?