Skip to content

Exceptions

ropython.utils.exceptions

RobloxException (Exception)

Base exception that all custom exceptions will inherit

Source code in ropython/utils/exceptions.py
class RobloxException(Exception):
    """
    Base exception that all custom exceptions will inherit
    """

    pass