Part of bzrlib.errors View In Hierarchy
| Method | __init__ | Construct a new NotVersionedError. |
Inherited from BzrError:
| Method | __unicode__ | Undocumented |
| Method | __str__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | __eq__ | Undocumented |
| Method | _format | Undocumented |
| Method | _get_format_string | Return format string for this exception or None |
| Parameters | path | This is the path which is not versioned, which should be in a user friendly form. |
| context_info | If given, this is information about the context, which could explain why this is expected to be versioned. |