2066
1984
class BzrRenameFailedError(BzrMoveFailedError):
2071
1988
def __init__(self, from_path, to_path, extra=None):
2072
1989
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
2075
1991
class BzrRemoveChangedFilesError(BzrError):
2076
1992
"""Used when user is trying to remove changed files."""