# HG changeset patch # User Goffi # Date 1355677363 -3600 # Node ID bdcd8c6c4ed4394043a485f8b93e9ea0db3abed7 # Parent 626e85e46d7c0ec520692738da0f319233f6e130 core: renamed badly named ConnectedProfileError diff -r 626e85e46d7c -r bdcd8c6c4ed4 src/core/exceptions.py --- a/src/core/exceptions.py Sun Dec 16 18:01:50 2012 +0100 +++ b/src/core/exceptions.py Sun Dec 16 18:02:43 2012 +0100 @@ -25,7 +25,7 @@ class ProfileNotInCacheError(Exception): pass -class ConnectedProfileError(Exception): +class NotConnectedProfileError(Exception): pass class UnknownEntityError(Exception):