blob: 85567934aea53d5de05dd87c7dc36353fe890b03 [file] [log] [blame]
Brad Bishop96ff1982019-08-19 13:50:42 -04001#!/usr/bin/env python3
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002#
3# Copyright (c) 2007 Red Hat, Inc.
4# Copyright (c) 2011 Intel, Inc.
5#
Brad Bishopc342db32019-05-15 21:57:59 -04006# SPDX-License-Identifier: GPL-2.0-only
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007#
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009class WicError(Exception):
10 pass