2.2.0
[mdref/mdref-http] / http / Params / __construct.md
index 76034a9a4bb5e7b145b9930dd208da4d4cedcacc..b1110c8b8f017e8d468dc81803cca1b344bd2302 100644 (file)
@@ -4,18 +4,19 @@ Instantiate a new HTTP (header) parameter set.
 
 ## Params:
 
-* Optional ```mixed $params```  
+* Optional mixed $params  
   Pre-parsed parameters or a string to be parsed.
-* Optional ```mixed $ps```  
+* Optional mixed $ps  
   The parameter separator(s).
-* Optional ```mixed $as```  
+* Optional mixed $as  
   The argument separator(s).
-* Optional ```mixed $vs```  
+* Optional mixed $vs  
   The value separator(s).
-* Optional ```int $flags```  
+* Optional int $flags  
   The modus operandi. See http\Params::PARSE_* constants.
 
 ## Throws:
 
-* http\Exception
+* http\Exception\InvalidArgumentException
+* http\Exception\RuntimeException