File size: 153 Bytes
06c11b0
 
 
 
 
1
2
3
4
5
6
class SceneGenerationError(RuntimeError):
    """Raised when a Robomme environment fails to build a valid scene."""


__all__ = ["SceneGenerationError"]