1923
1923
class CantMoveRoot(BzrError):
1925
1925
_fmt = "Moving the root directory is not supported at this time"
1928
1928
class TransformRenameFailed(BzrError):
1930
1930
_fmt = "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
1932
1932
def __init__(self, from_path, to_path, why, errno):
1933
1933
self.from_path = from_path