Skip to content

weew/app-error-handler

Repository files navigation

Error handling component

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,
]);

About

Error handling component for the weew/app package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages