135
130
# XXX: Use the underlying BzrError to always generate the args attribute
136
131
# if it doesn't exist. We can't use super here, because exceptions are
137
132
# old-style classes in python2.4 (but new in 2.5). --bmc, 20060426
139
134
'please convert %s to use BzrError instead'
140
135
% self.__class__.__name__,