InvalidArgumentException.php

Namespace

Drupal\rules\Exception

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

Title Deprecated Summary
InvalidArgumentException An exception that is thrown if an argument is invalid.