class SocialFeatureDataException in Open Social 8.8
Same name and namespace in other branches
- 8.9 src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
- 10.3.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
- 10.0.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
- 10.1.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
- 10.2.x src/Exception/SocialFeatureDataException.php \Drupal\social\Exception\SocialFeatureDataException
An exception thrown by the installer for invalid Social Feature data.
Hierarchy
- class \Drupal\social\Exception\SocialFeatureDataException extends \Drupal\social\Exception\RuntimeException
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\ExceptionView source
class SocialFeatureDataException extends \RuntimeException {
}