AuthBucket\OAuth2\Provider\AuthBucketOAuth2ServiceProvider::subscribe PHP Method

subscribe() public method

public subscribe ( Pimple\Container $app, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$app Pimple\Container
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function subscribe(Container $app, EventDispatcherInterface $dispatcher)
    {
        $dispatcher->addSubscriber($app['authbucket_oauth2.exception_listener']);
    }
AuthBucketOAuth2ServiceProvider