class TrashPermissionError(PermissionError): def __init__(self, filename) -> None: ...