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

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

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

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

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

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

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