unsupportedOperation

fun unsupportedOperation(): Nothing

Throw an AvailUnsupportedOperationException suitable to be thrown by the sender.

The exception indicates that the receiver does not meaningfully implement the method that immediately invoked this. This is a strong indication that the wrong kind of object is being used somewhere.

Throws