SocialFeatureDataException.php in Open Social 10.2.x
Namespace
Drupal\social\ExceptionFile
src/Exception/SocialFeatureDataException.phpView source
<?php
namespace Drupal\social\Exception;
/**
* An exception thrown by the installer for invalid Social Feature data.
*/
class SocialFeatureDataException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
SocialFeatureDataException | An exception thrown by the installer for invalid Social Feature data. |