-
Notifications
You must be signed in to change notification settings - Fork 0
API: The ExceptableFault Class
Adrian edited this page Aug 15, 2025
·
2 revisions
Internal Faults.
A Fault occured but its type is not known.
-
__rootMessage__The error message that indicated the fault.
An object implementing the Fault interface was expected, but not provided.
-
typeThe data type of the value passed as a Fault.
An exception was thrown but not explicitly caught.
-
__rootType__the fully qualified classname of the uncaught exception -
__rootMessage__the error message from the uncaught exception -
__exception__the uncaught exception
An invalid/unusable log entry message was provided.
- ``
An error occured but its details are not available.
-
LogicException: thrown forUnknwonFault,UnacceptableFault -
RuntimeException: thrown forUncaughtException -
InvalidArgumentException: thrown forUnacceptableLogMessage,UnknownError