SDL2Exception

The one exception type thrown in this wrapper. A failing SDL function should <b>always</b> throw a SDL2Exception.

class SDL2Exception : Exception {}

Constructors

this
this(string msg)
Undocumented in source.

Meta