Home > server > ErrorHandler
Manages error and warning logging.
Signature:
export default class ErrorHandler |
Method |
Modifiers |
Description |
|---|---|---|
|
|
Logs a formatted error message with stack trace to help debug issues | |
|
|
Logs a formatted fatal error message with stack trace and throws the error | |
|
|
Logs a formatted warning message to alert about potential issues |