wolfdn commented on code in PR #33914:
URL: https://github.com/apache/airflow/pull/33914#discussion_r1312683744


##########
airflow/exceptions.py:
##########
@@ -424,3 +424,27 @@ def __str__(self):
             "Error deserializing result. Note that result deserialization "
             "is not supported across major Python versions. Cause: " + 
str(self.__cause__)
         )
+
+
+class DockerContainerFailedException(AirflowException):

Review Comment:
   Good point - just moved them there.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to