forked from Mirror/pmbootstrap
pmb.helpers.exceptions: Add licence header (MR 2284)
I forgot to add this in the original commit.
Fixes 19b50a3deb
This commit is contained in:
parent
b9858fb9cb
commit
ce08cb6803
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# Copyright 2024 Stefan "Newbyte" Hansson
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
class NonBugError(Exception):
|
||||
"""Exception which originates from a problem not caused by pmbootstrap's code. This
|
||||
could for example be raised if there is an error in a package pmboostrap is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue