Source code for dogwood.errors
[docs]
class UnsupportedFeatureError(DogwoodError):
"""The Python interpreter does not yet implement this Dogwood feature."""
[docs]
class UnsupportedFeatureError(DogwoodError):
"""The Python interpreter does not yet implement this Dogwood feature."""