147
147
"""Specified file is of a kind that cannot be added.
149
149
(For example a symlink or device file.)"""
153
152
class ForbiddenFileError(BzrError):
154
153
"""Cannot operate on a file because it is a control file."""
158
156
class LockError(Exception):