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