diff --git a/library/Zend/Uri/Http.php b/library/Zend/Uri/Http.php index b99f9f8169..659a1aa937 100644 --- a/library/Zend/Uri/Http.php +++ b/library/Zend/Uri/Http.php @@ -162,9 +162,8 @@ protected function __construct($scheme, $schemeSpecific = '') * * @param string $uri String to create URI from, must start with * 'http://' or 'https://' - * @throws InvalidArgumentException When the given $uri is not a string or + * @throws Zend_Uri_Exception When the given $uri is not a string or * does not start with http:// or https:// - * @throws Zend_Uri_Exception When the given $uri is invalid * @return Zend_Uri_Http */ public static function fromString($uri)