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