dms/process/exceptions.py

6 lines
128 B
Python

"""Defines all exceptions that can occur within the treatment of a process."""
class ActorException(Exception):
pass