#682: Implement experimental instant mode
This commit is contained in:
@@ -4,3 +4,7 @@ class EmptyCommand(Exception):
|
||||
|
||||
class NoRuleMatched(Exception):
|
||||
"""Raised when no rule matched for some command."""
|
||||
|
||||
|
||||
class ScriptNotInLog(Exception):
|
||||
"""Script not found in log."""
|
||||
|
||||
Reference in New Issue
Block a user