KnpU\OAuth2ClientBundle\Security\Exception\FinishRegistrationException::__construct PHP Method

__construct() public method

public __construct ( mixed $userInfo, string $message = '', integer $code, Exception $previous = null )
$userInfo mixed Any info to be used to help registration
$message string
$code integer
$previous Exception
    public function __construct($userInfo, $message = '', $code = 0, Exception $previous = null)
    {
        $this->userInformation = $userInfo;
        parent::__construct($message, $code, $previous);
    }