Horde\ManageSieve\Exception\NotAuthenticated::__construct PHP Method

__construct() public method

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