IntegrityException.php in Rules 8.3
Namespace
Drupal\rules\ExceptionFile
src/Exception/IntegrityException.phpView source
<?php
namespace Drupal\rules\Exception;
/**
* An exception that is thrown during integrity checks at configuration time.
*/
class IntegrityException extends RulesException {
}
Classes
Name | Description |
---|---|
IntegrityException | An exception that is thrown during integrity checks at configuration time. |