flows: implement planner, start new executor
This commit is contained in:
5
passbook/flows/exceptions.py
Normal file
5
passbook/flows/exceptions.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""flow exceptions"""
|
||||
|
||||
|
||||
class FlowNonApplicableError(BaseException):
|
||||
"""Exception raised when a Flow does not apply to a user."""
|
Reference in New Issue
Block a user