1993
2006
class BzrRenameFailedError(BzrMoveFailedError):
1997
2011
def __init__(self, from_path, to_path, extra=None):
1998
2012
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
2000
2015
class BzrRemoveChangedFilesError(BzrError):
2001
2016
"""Used when user is trying to remove changed files."""