genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

[fix][major] Using non-existent FormException #311

Closed romaricdrigon closed 10 years ago

romaricdrigon commented 10 years ago

Hi,

In ReCaptcha validator, we're using FormException, which is unfindable (maybe it was removed in Symfony 2.3?).

This issue fixes it, using a more appropriate InvalidConfigurationException. It's quite critical, as ReCaptcha is unusable at the moment.

Regards,