aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/qtfaststart/exceptions.py
blob: 30b284dabeddeaf4ebedc3f9555f6761cf1bbef7 (plain)
1
2
3
4
5
class FastStartException(Exception):
    """
    Raised when something bad happens during processing.
    """
    pass