diff --git a/slither/detectors/functions/external_function.py b/slither/detectors/functions/external_function.py index c59fe4492..d9cc2bc36 100644 --- a/slither/detectors/functions/external_function.py +++ b/slither/detectors/functions/external_function.py @@ -100,6 +100,7 @@ class ExternalFunction(AbstractDetector): # Somehow we couldn't resolve it, which shouldn't happen, as the provided function should be found if we could # not find some any more basic. + # pylint: disable=broad-exception-raised raise Exception("Could not resolve the base-most function for the provided function.") @staticmethod