oh man, the typo is in this post not on the code. if I had a typo the code 
would be interpreted. and the error is not a FatalError uncaught exception.

On Thursday, July 30, 2015 at 9:47:59 AM UTC+1, Parsifal wrote:
>
> Because you have typo:
>
> } catch{\PDOException $e) {
>
> It must be
> } catch (\PDOException $e) {
>
> You are using { instead of (
>  

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to