weew/app-error-handler

Error handling component for the weew/app package.

v1.5.2 2016-07-21 11:17 UTC

This package is not auto-updated.

Last update: 2024-04-09 20:04:05 UTC


README

Build Status Code Quality Test Coverage Version Licence

Table of contents

Installation

composer require weew/app-error-handler

Introduction

This is an integration of the weew/error-handler library in to the weew/app framework.

Usage

To enable this provider simply register it on the kernel.

$app->getKernel()->addProviders([
    ErrorHandlerProvider::class,
]);