import { DaffFilterNotFound } from '@daffodil/core'
An error thrown when a lookup for a filter.
class DaffFilterNotFound extends DaffInheritableError implements DaffError {
readonly code: string = DaffFilterErrorCodes.FILTER_NOT_FOUND
__proto__: Error
recoverable: boolean = false
name: string
message: string
stack: string
}