String generateError(Exception e, String? error) { return '\n✗ ERROR: ${(e).runtimeType.toString()} \n$error'; }