cocos.audio.SDL.error module¶
Error detection and error handling functions.
-
exception
SDL_Exception
(message)¶ Bases:
exceptions.Exception
Exception raised for all SDL errors.
The message is as returned by SDL_GetError.
-
exception
SDL_NotImplementedError
¶ Bases:
exceptions.NotImplementedError
Exception raised when the available SDL library predates the requested function.