Error detection and error handling functions.
Bases: exceptions.Exception
Exception raised for all SDL errors.
The message is as returned by SDL_GetError.
Bases: exceptions.NotImplementedError
Exception raised when the available SDL library predates the requested function.