`sdl2.ext.err` - Handling & Raising SDL Errors
==============================================

This module defines a Python exception class for representing internal SDL2
errors, as well as convenience functions for cleanly handling and raising
SDL errors in Python code.

.. automodule:: sdl2.ext.err
	:members:
