From 302ce432829ae7c25e100a5cca718f0aadbe4fd4 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Tue, 15 Nov 2022 13:19:53 +0000 Subject: MLIA-649 Support tosa-checker as a backend - Add new type of the backend based on python packages - Add installation class for TOSA checker - Update documentation - Extend support of the parameter "force" in the "install" command Change-Id: I95567b75e1cfe85daa1f1c3d359975bb67b2504e --- src/mlia/core/errors.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mlia/core') diff --git a/src/mlia/core/errors.py b/src/mlia/core/errors.py index 7d6beb1..d2356c2 100644 --- a/src/mlia/core/errors.py +++ b/src/mlia/core/errors.py @@ -7,6 +7,10 @@ class ConfigurationError(Exception): """Configuration error.""" +class InternalError(Exception): + """Internal error.""" + + class FunctionalityNotSupportedError(Exception): """Functionality is not supported error.""" -- cgit v1.2.1