You could potentially overwrite the DeveloperError class so it doesn't throw the error, but a lot of the time the error is thrown because something happened that prevents it from progressing, so it'll either probably crash in a later piece of code or have unexpected behavior.
Are you getting frequent crashes in your application?
On Sunday, February 10, 2019 at 9:28:01 PM UTC-5,
brizfly...@gmail.com wrote:
Any functions exists to catch any errors in cesium? Rendering and so forth?