File size: 139 Bytes
691f45a
 
 
 
 
1
2
3
4
5
6
from __future__ import annotations


class GenerationError(RuntimeError):
    """Base exception raised when a generation backend fails."""