// SPDX-FileCopyrightText: 2026 Michael Jansen <ferroclass@michael-jansen.biz>
// SPDX-License-Identifier: MPL-2.0
//! Python exception types for the ferroclass bindings.
use crateinventory as inv;
use PyRuntimeError;
use *;
/// Convert a ferroclass [`inv::Error`](crate::inventory::Error) into a Python exception.
///
/// All ferroclass errors are surfaced as Python `RuntimeError`.