Index of exceptions


B
Backtrack [Pcre]
Backtrack used in callout functions to force backtracking.
BadPattern [Pcre]
BadPattern (msg, pos) gets raised when the regular expression is malformed.

I
InternalError [Pcre]
InternalError msg gets raised when the C-library exhibits undefined behaviour.

M
MatchLimit [Pcre]
MatchLimit gets raised when the maximum allowed number of match attempts with backtracking or recursion is reached during matching.