greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
714 stars 197 forks source link

Exception not in global namespace. #14

Closed darrenmonahan closed 10 years ago

darrenmonahan commented 10 years ago

It's totally possible that I'm doing something wrong, but I recently got a bug report for CheckRecaptcha.php on line 42 yielding a Laravel Orange Screen of Death with the message "Class 'Greggilbert\Recaptcha\Exception' not found".

Does the Exception there just need a backslash preceding it?

Thanks for the plugin!

greggilbert commented 10 years ago

Excellent catch. Thanks!