Source code for flagman.exceptions

# -*- coding: utf-8 -*-

"""Exceptions for flagman."""


[docs]class ActionClosed(Exception): """The Action is closed and no longer will do anything on a call to `run()`."""