Closed mak1986 closed 9 years ago
Can you double check that you are importing the ApplicationRejectedException
from the correct namespace?
Thank you :) It was the namespace.
I changed from use \AdamWathan\EloquentOAuth\Exceptions\ApplicationRejectedException; to use \SocialNorm\Exceptions\ApplicationRejectedException;
and that fixed it.
Great! I'll make sure to update the documentation. Thanks!
— Adam
On Fri, Jun 5, 2015 at 3:05 PM, mak1986 notifications@github.com wrote:
Thank you :) It was the namespace. I changed from use \AdamWathan\EloquentOAuth\Exceptions\ApplicationRejectedException; to use \SocialNorm\Exceptions\ApplicationRejectedException;
and that fixed it.
Reply to this email directly or view it on GitHub: https://github.com/adamwathan/eloquent-oauth/issues/69#issuecomment-109400190
I'm getting an error page showing that an ApplicationRejectedException has been thrown. Am I doing anything wrong here? It catches the exception when I do the catch on runtimeException.
Here's my code