MCPcopy Index your code
hub / github.com/socketio/socket.io-client-java / onerror

Method onerror

src/main/java/io/socket/client/Manager.java:361–364  ·  view source on GitHub ↗
(Exception err)

Source from the content-addressed store, hash-verified

359 }
360
361 private void onerror(Exception err) {
362 logger.log(Level.FINE, "error", err);
363 this.emit(EVENT_ERROR, err);
364 }
365
366 /**
367 * Initializes {@link Socket} instances for each namespaces.

Callers 1

callMethod · 0.80

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected