Exception: RbSDL2::RbSDL2Error
- Inherits:
-
StandardError
- Object
- StandardError
- RbSDL2::RbSDL2Error
- Defined in:
- lib/rb_sdl2/errors.rb
Instance Method Summary collapse
-
#initialize(error_message = nil) ⇒ RbSDL2Error
constructor
A new instance of RbSDL2Error.
Constructor Details
#initialize(error_message = nil) ⇒ RbSDL2Error
Returns a new instance of RbSDL2Error.
3 4 5 |
# File 'lib/rb_sdl2/errors.rb', line 3 def initialize( = nil) super( || Error.) end |