Skip to content

Internal exception

Tim edited this page Feb 24, 2023 · 2 revisions

The internal exception class it's being used for transferring error codes over the Internet to another client or server instance.

There it can be used for throwing errors or handling it without a try catch case.

Additionally, the exception has the possibility to send a message too for more detailed information about the error.

Error codes must be registered in the constants.

Clone this wiki locally