Error Handling System
Table of Contents
- Exceptions and Error Codes
Explore Comprehensive Documentation on Luminova Exception and Error Handling: Detailed Error Types and Codes for Enhanced Code Quality.
- Error Handling and Monitoring System
Luminova’s centralized error handling system. It automatically catches every error in your application and routes it to Luminova’s final controller for logging or presents a friendly UI.
- Centralized Error Handling for HTTP Controllers
Handles application-wide errors in Luminova HTTP controllers, letting you define custom error responses globally or by route prefix.
- Abstract Base Exception for Application
The AppException class is Luminova’s base for handling errors, providing a consistent way to catch, log, and respond to unexpected issues using built-in exceptions and the Tripwire error system.