module exceptions


function fail

fail(e: Exception) → NoReturn

fail Raises the provided exception

Args:

  • e (Exception): the exception / failure reason

Raises:

  • Exception: The provided exception

class RenderingError

Raised when there is a rendering error

method __init__

__init__(msg: str, cause: Optional[Exception] = None) → None

This file was automatically generated via lazydocs.