xref: /openbmc/openbmc/poky/scripts/lib/wic/__init__.py (revision bffdb3e0d00e91bc943c2cc8d73cd5d0cd510fa5)
1#!/usr/bin/env python3
2#
3# Copyright (c) 2007 Red Hat, Inc.
4# Copyright (c) 2011 Intel, Inc.
5#
6# SPDX-License-Identifier: GPL-2.0-only
7#
8
9class WicError(Exception):
10    pass
11