mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
6 lines
105 B
Python
6 lines
105 B
Python
|
|
class PackageNotFoundException(Exception):
|
|
|
|
def __init__(self, name: str):
|
|
self.name = name
|