exceptions thrown terminate the script?
- by fayer
i wonder if exceptions that are thrown in php will terminate the script in php?
cause when i save an entry that is already created in doctrine it throws an exception.
i catch the exception and ignore it (so that the user won't see it) but the script seems to be terminated.
is there a way to catch the exception and keep the script alive?
thanks