throw the exception again if catch when creating customer

This commit is contained in:
Manuel Raynaud
2013-07-12 16:37:04 +02:00
parent 541e63521d
commit d14e420208

View File

@@ -94,6 +94,7 @@ class Customer extends BaseCustomer implements UserInterface
} catch(Exception $e) {
$con->rollback();
throw $e;
}