class SocketAcceptException extends RuntimeException

Methods

__construct(string $message = '', int $code = 0, bool $permanent = false)

No description

bool
isPermanent()

Determine if the socket error is permanent (peer closed the pipe).

Details

at line 11
__construct(string $message = '', int $code = 0, bool $permanent = false)

No description

Parameters

string $message
int $code
bool $permanent

at line 22
bool isPermanent()

Determine if the socket error is permanent (peer closed the pipe).

Return Value

bool