You are here

SocialFeatureDataException.php in Open Social 8.9

File

src/Exception/SocialFeatureDataException.php
View source
<?php

namespace Drupal\social\Exception;


/**
 * An exception thrown by the installer for invalid Social Feature data.
 */
class SocialFeatureDataException extends \RuntimeException {

}

Classes

Namesort descending Description
SocialFeatureDataException An exception thrown by the installer for invalid Social Feature data.