Inherits Exception < Reference < Object
Any SDL call that reports failure. SDL's own convention is a false return plus a message parked in SDL_GetError, which is easy to drop on the floor; every wrapper here turns that into this instead.