# Class: QueryOperatorNotFoundException
# Hierarchy
↳ QueryOperatorNotFoundException
# Constructors
# constructor
+ new QueryOperatorNotFoundException(operator
: string): QueryOperatorNotFoundException
Overrides WhereClauseException.constructor
Parameters:
Name | Type |
---|---|
operator | string |
Returns: QueryOperatorNotFoundException
# Properties
# message
• message: string
Inherited from OttomanError.message
# name
• name: string
Inherited from OttomanError.name
# Optional
stack
• stack? : undefined | string
Inherited from OttomanError.stack