ARMmbed/mbed-tools

View on GitHub
src/mbed_tools/lib/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
#
# Copyright (c) 2020-2021 Arm Limited and Contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Exceptions raised by mbed tools."""


class ToolsError(Exception):
    """Base class for tools errors."""