Condition Ppcre-Error

All errors signaled by CL-PPCRE are of
this type.

Part of:

condition ppcre-syntax-error, condition ppcre-invocation-error, package cl-ppcre

Direct Subclass

ppcre-invocation-error

Signaled when CL-PPCRE functions are
invoked with wrong arguments.

ppcre-syntax-error

Signaled if CL-PPCRE's parser encounters an error
when trying to parse a regex string or to conve...