(((((
i keep getting this:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000namespaces.rpy", line 34, in set
raise Exception("The define statement can not be used with the {} namespace.".format(self.name))
Exception: config.developer_show_all_exceptions is not a known configuration variable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "options.rpyc", line 16, in script
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/ast.py", line 2219, in execute
self.set()
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/ast.py", line 2237, in set
ns.set(self.varname, value)
File "renpy/common/000namespaces.rpy", line 34, in set
raise Exception("The define statement can not be used with the {} namespace.".format(self.name))
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/defaultstore.py", line 101, in __setattr__
raise Exception('config.%s is not a known configuration variable.' % (name))
Exception: config.developer_show_all_exceptions is not a known configuration variable.
Ren'Py 8.2.1.24030407
Holiday Island 0.4.1.0
```