1972
2006
class BzrRenameFailedError(BzrMoveFailedError):
1976
2011
def __init__(self, from_path, to_path, extra=None):
1977
2012
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
1979
2015
class BzrRemoveChangedFilesError(BzrError):
1980
2016
"""Used when user is trying to remove changed files."""