Final Class Yiisoft\Yii\DataView\Filter\Factory\IncorrectValueException
| Inheritance | Yiisoft\Yii\DataView\Filter\Factory\IncorrectValueException » Exception |
|---|
Exception thrown when a filter value is not in the expected format.
This exception is thrown by filter factories when they receive a value that cannot be used to create a valid filter. For example,
- Invalid date format for date filters
- Non-numeric value for numeric filters
- Malformed pattern for pattern-based filters
See also Yiisoft\Yii\DataView\Filter\Factory\FilterFactoryInterface The interface whose implementations may throw this exception.
Signup or Login in order to comment.