211
218
"""Permission denied: %(path)r%(extra)s"""
228
def __init__(self, msg, base, args):
214
234
class PathNotChild(BzrNewError):
215
235
"""Path %(path)r is not a child of path %(base)r%(extra)s"""
216
236
def __init__(self, path, base, extra=None):