You are here

EvaluationException.php in Rules 8.3

File

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

namespace Drupal\rules\Exception;


/**
 * An exception that is thrown during evaluation.
 */
class EvaluationException extends RulesException {

}

Classes

Namesort descending Description
EvaluationException An exception that is thrown during evaluation.