InvalidMutabilityException

class InvalidMutabilityException(message: String) : RuntimeException

Exception thrown whenever we attempt to mutate frozen objects.

Parameters

where

a frozen object that was attempted to mutate

Constructors

InvalidMutabilityException
Link copied to clipboard
fun InvalidMutabilityException(message: String)

Properties

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