SocialiteProviders\Manager\SocialiteWasCalled::classExists PHP Méthode

classExists() private méthode

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