Final Class Yiisoft\Data\Cycle\Exception\NotSupportedFilterException
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Method Details
| public mixed __construct ( string $className, integer $code = 0, ?\ | ||
| $className | string |
An actual given filter class name that's not supported. |
| $code | integer | |
| $previous | ?\ |
|
public function __construct(string $className, int $code = 0, ?Throwable $previous = null)
{
parent::__construct("Filter \"$className\" is not supported.", $code, $previous);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.