214
214
"""Invalid url supplied to transport: %(path)r%(extra)s"""
220
def __init__(self, msg, base, args):
217
226
class PathNotChild(BzrNewError):
218
227
"""Path %(path)r is not a child of path %(base)r%(extra)s"""
219
228
def __init__(self, path, base, extra=None):