Browse Source

Rebasing and fixing docblock

Jose Lorenzo Rodriguez 9 years ago
parent
commit
c23fbd084a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Exception/RolledbackTransactionException.php

+ 1 - 1
src/ORM/Exception/RolledbackTransactionException.php

@@ -15,7 +15,7 @@ namespace Cake\ORM\Exception;
 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