Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap exception with OmniAuth::AuthenticityError
This allows the exception to be handled by the appropriate OmniAuth error handler. The original exception will still be available from the wrapping exceptions's `#cause`, for error reporting and diagnostics.