Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException
| Inheritance | Yiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException » InvalidArgumentException |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException |
Method Details
| 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);
}
Signup or Login in order to comment.