mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 09:54:14 +02:00
[improvement][aur] retrieving and displaying all transitive required dependencies
This commit is contained in:
5
bauh/gems/arch/exceptions.py
Normal file
5
bauh/gems/arch/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
class PackageNotFoundException(Exception):
|
||||
|
||||
def __init__(self, name: str):
|
||||
self.name = name
|
||||
Reference in New Issue
Block a user