SocialiteProviders\Manager\SocialiteWasCalled::classExists PHP Method

classExists() private method

private classExists ( $providerClass )
    private function classExists($providerClass)
    {
        if (!class_exists($providerClass)) {
            throw new InvalidArgumentException("{$providerClass} doesn't exist");
        }
    }