uranusjr commented on code in PR #38711:
URL: https://github.com/apache/airflow/pull/38711#discussion_r1557119542
##########
airflow/exceptions.py:
##########
@@ -107,6 +107,10 @@ class
AirflowOptionalProviderFeatureException(AirflowException):
"""Raise by providers when imports are missing for optional provider
features."""
+class AirflowInternalRuntimeError(BaseException):
Review Comment:
Should this subclass from `RuntimeError` instead?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]