error function

Never error(
  1. Any message
)

Throws an IllegalStateException with the given message.

Implementation

Nothing error(Any message) => throw Exception();