aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/cortex_a/operators.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/cortex_a/operators.py')
-rw-r--r--src/mlia/target/cortex_a/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/cortex_a/operators.py b/src/mlia/target/cortex_a/operators.py
index cd92f31..4a8d992 100644
--- a/src/mlia/target/cortex_a/operators.py
+++ b/src/mlia/target/cortex_a/operators.py
@@ -143,7 +143,7 @@ def get_cortex_a_compatibility_info(
def report() -> None:
"""Generate supported operators report."""
- raise Exception(
+ raise NotImplementedError(
"Generating a supported operators report is not "
"currently supported with Cortex-A target profile."
)