__raise_error()

Description

void __raise_error (void)

Internal function within the search class which handles all errors in the class.

If You want to change the way the search errors appear to the user, or want to customize these, this is the function to change, not error() or errno()

This method is not intended to be used externally from the calling code. For this purpose, see the methods error() and errno()

Examples

N/A