Exceptions Exception classes. DvcTaskError Bases: Exception Base DVC Task exception. Source code in dvc_task/exceptions.py 4 5class DvcTaskError(Exception): """Base DVC Task exception."""