You are here

IntegrityException.php in Rules 8.3

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

Namesort descending Description
IntegrityException An exception that is thrown during integrity checks at configuration time.