Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterOptionException
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Method Details
| public mixed __construct ( string $optionName, string $driverType, integer $code = 0, ?\ | ||
| $optionName | string |
Option name in filter. |
| $driverType | string |
Driver type of database. |
| $code | integer | |
| $previous | ?\ |
|
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);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.