blob: ba2d6140619cdccf0009b77c69759311e81a3e4b [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001#!/usr/bin/env python -tt
2#
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