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
Native
fun InvalidMutabilityException(message: String)

Properties

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