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