PHP Класс Horde\ManageSieve\Exception\NotConnected

Автор: Jan Schneider ([email protected])
Наследование: extends Horde\ManageSieve\Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( mixed $message = 'Not currently connected' ) Exception constructor.

Описание методов

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

Exception constructor.
public __construct ( mixed $message = 'Not currently connected' )
$message mixed The exception message, or an Exception object.