formatError method

String formatError(
  1. Object error
)

Implementation

String formatError(Object error) {
  return error.toString();
}