Source code for copul.exceptions

[docs] class PropertyUnavailableException(Exception): """A property is not available""" pass