mach-nix/mach_nix/exceptions.py

4 lines
41 B
Python
Raw Normal View History

2020-11-18 18:09:56 +00:00
class MachNixError(Exception):
pass