mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-22 02:29:07 +00:00
7 lines
178 B
Python
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."""
|