You are here

class InvalidArgumentException in Rules 8.3

An exception that is thrown if an argument is invalid.

Hierarchy

Expanded class hierarchy of InvalidArgumentException

8 files declare their use of InvalidArgumentException
DataConvert.php in src/Plugin/RulesAction/DataConvert.php
DataConvertTest.php in tests/src/Unit/Integration/RulesAction/DataConvertTest.php
ExecutionState.php in src/Context/ExecutionState.php
RulesComponentRepository.php in src/Engine/RulesComponentRepository.php
UserHasRole.php in src/Plugin/Condition/UserHasRole.php

... See full list

File

src/Exception/InvalidArgumentException.php, line 8

Namespace

Drupal\rules\Exception
View source
class InvalidArgumentException extends RulesException {

}

Members