This function is used to capture errors, typically inside a tryCatch()
statement and output them in a clean and readable way. The function provides
line-wrapping, with a configurable width. When printing the error message, it
prefixes the text with "#E> " to make it easier to look for the error.