Commit d3b6acff authored by zYne's avatar zYne

--no commit message

--no commit message
parent 60dfd10e
......@@ -222,7 +222,7 @@ class Doctrine_Transaction extends Doctrine_Connection_Module
} catch(Exception $e) {
$this->rollback();
throw new Doctrine_Connection_Transaction_Exception($e->__toString());
throw new Doctrine_Transaction_Exception($e->__toString());
}
if ( ! empty($this->invalid)) {
$this->rollback();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment