diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index ac6b5ba81..28b1c7468 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -1751,6 +1751,7 @@ class Model extends Object implements CakeEventListener { * - `counterCache`: Boolean to control updating of counter caches (if any) * * @return mixed On success Model::$data if its not empty or true, false on failure + * @throws PDOException * @link http://book.cakephp.org/2.0/en/models/saving-your-data.html */ protected function _doSave($data = null, $options = array()) {