public TypeError(message as String = "Type error"):
Creates a type error.
message
err = TypeError() assert err.message == "Type error"