Bug : Exception are not correctly thrown
This commit is contained in:
parent
02721a4d9e
commit
ed6a23fa4c
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ else
|
|||
{
|
||||
echo $exc->getMessage();
|
||||
record_log("No user profile ");
|
||||
record_log($exc->getMessage());
|
||||
record_log($exc->getTraceAsString());
|
||||
throw $exc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue