SocketServer.report

Reports an error to the error handler.

class SocketServer(T)
package
void
report
(
Exception error
,
SocketServer!T server = null
,
SocketClient!T client = null
)

Parameters

error
Type: Exception

The error to handle.

server
Type: SocketServer!T

The server tied to the error.

client
Type: SocketClient!T

The client tied to the error.

Meta