gdxError

inline fun gdxError(message: Any? = null, cause: Throwable? = null): Nothing

Throws a GdxRuntimeException. The message will be converted to string and passed as the exception message. The cause is an optional exception cause. See also: error.