throw the exception again if catch when creating customer
This commit is contained in:
@@ -94,6 +94,7 @@ class Customer extends BaseCustomer implements UserInterface
|
|||||||
|
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
$con->rollback();
|
$con->rollback();
|
||||||
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user