From c23fbd084aaa584e2ce5fc45b534ee63cf2a6984 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 17 Jul 2016 18:55:21 +0200 Subject: [PATCH] Rebasing and fixing docblock --- src/ORM/Exception/RolledbackTransactionException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Exception/RolledbackTransactionException.php b/src/ORM/Exception/RolledbackTransactionException.php index a1ae5bdbec1..6b762a22f69 100644 --- a/src/ORM/Exception/RolledbackTransactionException.php +++ b/src/ORM/Exception/RolledbackTransactionException.php @@ -15,7 +15,7 @@ use Cake\Core\Exception\Exception; /** - * Used when a behavior cannot be found. + * Used when a transaction was rolled back from a callback event. * */ class RolledbackTransactionException extends Exception