os-performance-tools/os_performance_tools/error.py
Clint Byrum 4099c44e21 Rename to os-performance-tools
The name was too generic, and would have become a problem for import
into OpenStack's QA program. So focus it on performance tools.
2015-11-09 15:16:51 -08:00

3 lines
43 B
Python

class CollectionError(Exception):
pass