forked from Mirror/pmbootstrap
pmb.helpers.exceptions: Introduce (MR 2279)
Initially I thought of putting this in pmb/helpers/other.py, but this resulted in a circular import, so I thought the easiest way to work around that was to just create a new file.
This commit is contained in:
parent
89117277d0
commit
19b50a3deb
1 changed files with 5 additions and 0 deletions
5
pmb/helpers/exceptions.py
Normal file
5
pmb/helpers/exceptions.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
interacting with in some way."""
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue