~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

BzrBadParameter is an internal error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1579
1579
 
1580
1580
    _fmt = "Bad parameter: %(param)r"
1581
1581
 
 
1582
    internal_error = True
 
1583
 
1582
1584
    # This exception should never be thrown, but it is a base class for all
1583
1585
    # parameter-to-function errors.
1584
1586