# Paul, why didn't you check in an error.py? """An error to represent bad things happening in Conch. This module is unstable. Maintainer: U{Paul Swartz} """ class ConchError(Exception): """ """