UnknownOperatorException
extends PicklesException
in package
Exception thrown when an unknown operator is encountered during validation.
This exception extends the base PicklesException
and is used to indicate
that an invalid or unsupported operator was used in the validation process.
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct(string $invalidOperator) : mixed
Parameters
- $invalidOperator : string