dms/process/exceptions.py

6 lines
128 B
Python
Raw Normal View History

2018-10-04 20:48:23 +02:00
"""Defines all exceptions that can occur within the treatment of a process."""
class ActorException(Exception):
pass