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

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

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