Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterException
| Inheritance | Yiisoft\Data\Cycle\Exception\NotSupportedFilterException » InvalidArgumentException |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Data\Cycle\Exception\NotSupportedFilterException |
Method Details
| public mixed __construct ( string $className, integer $code = 0, Throwable|null $previous = null ) | ||
| $className | string |
An actual given filter class name that's not supported. |
| $code | integer | |
| $previous | Throwable|null | |
public function __construct(string $className, int $code = 0, ?Throwable $previous = null)
{
parent::__construct("Filter \"$className\" is not supported.", $code, $previous);
}
Signup or Login in order to comment.