Custom exception class for Rhodonite framework errors.
This class extends the standard Error class to provide enhanced error handling
with structured error information from RnError objects.
The constructor automatically formats the error message to include both
the message and error details. If the error object contains a nested
RnException, it will display "see below Exception ↓" followed by the
nested exception's string representation.
Custom exception class for Rhodonite framework errors. This class extends the standard Error class to provide enhanced error handling with structured error information from RnError objects.
Example