IntegrityException.php

Namespace

Drupal\rules\Exception

File

src/Exception/IntegrityException.php

View source
<?php

namespace Drupal\rules\Exception;


/**
 * An exception that is thrown during integrity checks at configuration time.
 */
class IntegrityException extends RulesException {

}

Classes

Title Deprecated Summary
IntegrityException An exception that is thrown during integrity checks at configuration time.