0 follower

Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException

InheritanceYiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException » InvalidArgumentException

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $optionName, string $driverType, integer $code 0, Throwable|null $previous null )
$optionName string

Option name in filter.

$driverType string

Driver type of database.

$code integer
$previous Throwable|null

                public function __construct(string $optionName, string $driverType, int $code = 0, ?Throwable $previous = null)
{
    parent::__construct("\$$optionName option is not supported when using $driverType driver.", $code, $previous);
}