BadContentTypeFormatException

class BadContentTypeFormatException(value: String) : Exception

Exception thrown when a content type string is malformed.

Constructors

Link copied to clipboard
fun BadContentTypeFormatException(value: String)

Properties

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