Skip to content

File: ShaderFlow/Exceptions.py

ShaderFlow.Exceptions

ShaderBatchStop

Bases: Exception

Whenever the batch processing should stop (ran out of inputs, manual stop, etc.)

Source code in Projects/ShaderFlow/ShaderFlow/Exceptions.py
2
3
4
class ShaderBatchStop(Exception):
    """Whenever the batch processing should stop (ran out of inputs, manual stop, etc.)"""
    pass