cocos.audio.SDL.error module

Error detection and error handling functions.

exception SDL_Exception(message)

Bases: Exception

Exception raised for all SDL errors.

The message is as returned by SDL_GetError.

exception SDL_NotImplementedError

Bases: NotImplementedError

Exception raised when the available SDL library predates the requested function.