Horde\ManageSieve\Exception\NotConnected::__construct PHP Метод

__construct() публичный Метод

Exception constructor.
public __construct ( mixed $message = 'Not currently connected' )
$message mixed The exception message, or an Exception object.
    public function __construct($message = 'Not currently connected')
    {
        parent::__construct($message);
    }
NotConnected