This code will raise an error: ``` python class SomeClass(object): @readonly @property def my_function(self): pass ```