I get this error code
thread 'main' panicked at 'error: 'sciter.dll' was not found neither in PATH nor near the current executable.
Please verify that Sciter SDK is installed and its binaries (from SDK/bin/64) are available in PATH.', C:\Users\Ex0tic_Python\.cargo\registry\src\github.com-1ecc6299db9ec823\sciter-rs-0.5.58\src/lib.rs:215:21
I was wondering if it was possible to "catch" this error and display something. For example, if this error is raised then the application displays "Error Encountered." How would I go about this?