exceptions.py

LunaEngine Custom Exceptions

LOCATION: lunaengine/backend/exceptions.py

DESCRIPTION:
This module defines custom exceptions used in the LunaEngine backend.
(For a better understanding of the exceptions)

MODULES PROVIDED:
- exceptions: Custom exceptions for the LunaEngine backend

class LunaEngineException

Description

Base class for all LunaEngine exceptions

Methods

No methods defined.

class OpenGLInitializationError

Description

Exception raised when OpenGL initialization fails

Methods
def __init__(self: Any, message: Exception) -> Any
No documentation
Back to Backend Module