mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Remove the base error message in `OS`, we no longer really error out this way for not implemented methods. Instead, each platform should override them to provide the context they want. Fixes #82439.