diff --git a/cake/libs/http/digest_authentication.php b/cake/libs/http/digest_authentication.php index adcc9dd9d8e..21f7ea8e6e7 100644 --- a/cake/libs/http/digest_authentication.php +++ b/cake/libs/http/digest_authentication.php @@ -32,7 +32,6 @@ class DigestAuthentication { * @param HttpSocket $http * @param array $authInfo * @return void - * @throws Exception * @link http://www.ietf.org/rfc/rfc2617.txt */ public static function authentication(HttpSocket $http, &$authInfo) {