PHP Class Horde\ManageSieve\Exception\NotAuthenticated

Author: Jan Schneider ([email protected])
Inheritance: extends Horde\ManageSieve\Exception
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( mixed $message = 'Not currently in AUTHENTICATED state' ) Exception constructor.

Method Details

__construct() public méthode

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