add throws tag to function comment

This commit is contained in:
Rob McVey 2015-03-14 08:45:18 +00:00
parent 842cdf58f8
commit bcb6549565

View file

@ -130,6 +130,7 @@ class JsonView extends View {
* PHP 5 <= 5.2.9 : Generic fall back error
*
* @param array $serialize The viewVars that need to be serialized
* @throws CakeException
* @return string The serialized data
*/
protected function _serialize($serialize) {