FilterLogicException
extends Exception
in package
Exception thrown when the filter logic is invalid.
Table of Contents
Constants
- BOTH_MODIFIERS_ACTIVE = 'all() and any() modifier cannot be used together'
- DUPLICATE_RESOLUTION_REQUIRED = 'Duplicate resolution required for upsert()'
- MISSING_MODIFIER = 'Multiple values are only allowed with all() or any() modifier'
Methods
- __construct() : mixed
- Create a new FilterLogicException.
- __toString() : string
- String representation of the exception.
Constants
BOTH_MODIFIERS_ACTIVE
public
final mixed
BOTH_MODIFIERS_ACTIVE
= 'all() and any() modifier cannot be used together'
DUPLICATE_RESOLUTION_REQUIRED
public
final mixed
DUPLICATE_RESOLUTION_REQUIRED
= 'Duplicate resolution required for upsert()'
MISSING_MODIFIER
public
final mixed
MISSING_MODIFIER
= 'Multiple values are only allowed with all() or any() modifier'
Methods
__construct()
Create a new FilterLogicException.
public
__construct(string $error) : mixed
Parameters
- $error : string
-
The error message.
__toString()
String representation of the exception.
public
__toString() : string
Return values
string —String representation of the exception.