Source code for aihwkit.cloud.converter.exceptions

# -*- coding: utf-8 -*-

# (C) Copyright 2020, 2021, 2022, 2023, 2024 IBM. All Rights Reserved.
#
# Licensed under the MIT license. See LICENSE file in the project root for details.

"""Conversion-related Exceptions."""

from aihwkit.exceptions import AihwkitException


[docs]class ConversionError(AihwkitException): """Errors related to Experiment conversion."""