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