Files
thefuck/thefuck/exceptions.py
T
2015-09-08 15:24:49 +03:00

7 lines
178 B
Python

class EmptyCommand(Exception):
"""Raised when empty command passed to `thefuck`."""
class NoRuleMatched(Exception):
"""Raised when no rule matched for some command."""