Luminova Framework

Error Handling System

The error handling system helps you manage and customize errors in both development and production environments. Learn how to handle exceptions, configure handlers, and display clean error pages.

Table of Contents

  1. Exceptions and Error Codes

    Explore Comprehensive Documentation on Luminova Exception and Error Handling: Detailed Error Types and Codes for Enhanced Code Quality.

  2. 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.

  3. 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.

  4. 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.