shep/shep/error.py

7 lines
81 B
Python

class StateExists(Exception):
pass
class StateInvalid(Exception):
pass