Phpcraft
Public Member Functions | List of all members
Phpcraft\Exception\NoConnectionException Class Reference
Inheritance diagram for Phpcraft\Exception\NoConnectionException:
Inheritance graph
[legend]
Collaboration diagram for Phpcraft\Exception\NoConnectionException:
Collaboration graph
[legend]

Public Member Functions

 __construct (string $message)
 

Detailed Description

The exception thrown when attempting to write to a Connection with a closed stream, e.g. because the remote disconnected.

Since
0.5.12

Constructor & Destructor Documentation

◆ __construct()

Phpcraft\Exception\NoConnectionException::__construct ( string  $message)
Parameters
string$messageThe error message.

Reimplemented from Phpcraft\Exception\IOException.