first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\UserOauthBundle\Security;
|
||||
|
||||
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
|
||||
|
||||
class OauthBindFailedException extends AccessDeniedException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user