UNPKG

unix-dgram-socket

Version:

Unix datagram socket with abstract namespace support for local interprocess communication.

7 lines (6 loc) 207 B
export declare class SocketException extends Error { protected code?: string; protected syscall?: string; protected errorNumber: number; constructor(errorNumber: number, syscall?: string); }