comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
storage
/
com.sorrowblue.comicviewer.data.storage.client
/
FileReaderException
File
Reader
Exception
sealed
class
FileReaderException
:
RuntimeException
Inheritors
NotSupport
Members
Types
Not
Support
Link copied to clipboard
class
NotSupport
(
val
message
:
String
)
:
FileReaderException
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?