You are here

InvalidArgumentException.php in Rules 8.3

File

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

namespace Drupal\rules\Exception;


/**
 * An exception that is thrown if an argument is invalid.
 */
class InvalidArgumentException extends RulesException {

}

Classes

Namesort descending Description
InvalidArgumentException An exception that is thrown if an argument is invalid.