0 follower

Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterException

InheritanceYiisoft\Data\Cycle\Exception\NotSupportedFilterException » InvalidArgumentException

Method Details

Hide inherited methods

__construct() public method

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);
}