diff --git a/Cake/ORM/Table.php b/Cake/ORM/Table.php index cf895af64d2..dec7b1367ab 100644 --- a/Cake/ORM/Table.php +++ b/Cake/ORM/Table.php @@ -806,8 +806,8 @@ public function findThreaded(Query $query, array $options = []) { * * @param mixed primary key value to find * @param array $options options accepted by `Table::find()` - * @throws \Cake\ORM\RecordNotFoundException if the record with such id could not - * be found + * @throws \Cake\ORM\Error\RecordNotFoundException if the record with such id + * could not be found * @return \Cake\ORM\Entity * @see Table::find() */