Module mbed_tools_lib.exceptions

Exceptions raised by mbed tools.

Expand source code
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Exceptions raised by mbed tools."""


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

Classes

class ToolsError (...)

Base class for tools errors.

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

Ancestors

  • builtins.Exception
  • builtins.BaseException