You are here

class SocialFeatureDataException in Open Social 8.9

Same name and namespace in other branches
  1. 8.8 src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
  2. 10.3.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
  3. 10.0.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
  4. 10.1.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
  5. 10.2.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException

An exception thrown by the installer for invalid Social Feature data.

Hierarchy

Expanded class hierarchy of SocialFeatureDataException

1 file declares its use of SocialFeatureDataException
OptionalModuleManager.php in src/Installer/OptionalModuleManager.php

File

src/Exception/SocialFeatureDataException.php, line 8

Namespace

Drupal\social\Exception
View source
class SocialFeatureDataException extends \RuntimeException {

}

Members