Files
bearhub/bauh/gems/arch/exceptions.py

6 lines
105 B
Python

class PackageNotFoundException(Exception):
def __init__(self, name: str):
self.name = name