genemu/GenemuFormBundle

ReCaptchaValidator tries create instance of FormException interface

Opened this issue · 1 comments

At Genemu\Bundle\FormBundle\Form\Core\Validator\ReCaptchaValidator class tries create instance of Symfony\Component\Form\Exception\FormException which is an interface. Fatal error is thrown

I just came across the same issue, and propose a fix here: #311

@genemu, could you please merge it?