"""Special use exceptions.""" class FlowControlBackupFound(Exception): """Exception used to handle flow control.""" pass class FlowControlDupeFound(Exception): """Exception used to handle flow control.""" pass