BlobsException

open class BlobsException(val message: String?) : IOException

Thrown when there is a problems of accessing blobs

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?