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