2017 © Pedro Peláez
 

library app-error-handler-black-hole

Error handler that suppresses all error messages for the weew/app-error-handler package.

image

weew/app-error-handler-black-hole

Error handler that suppresses all error messages for the weew/app-error-handler package.

  • Thursday, July 21, 2016
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

BlackHole error handler

Build Status Code Quality Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/app-error-handler-black-hole, (*2)

Introduction

This error handler suppresses all occurring errors makes use of the weew/app-error-handler., (*3)

Usage

To enable this provider simply register it on the kernel., (*4)

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

Example config

This is how the config might look like in yaml:, (*5)

black_hole_error_handler:
  enabled: true
  # or
  disabled: false

The Versions

21/07 2016

dev-master

9999999-dev

Error handler that suppresses all error messages for the weew/app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

21/07 2016

v1.3.1

1.3.1.0

Error handler that suppresses all error messages for the weew/app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

15/06 2016

v1.3.0

1.3.0.0

Error handler that suppresses all error messages for the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

  • weew/php-app-error-handler ^1.3

 

The Development Requires

by Maxim Kott

20/04 2016

v1.2.0

1.2.0.0

Error handler that suppresses all error messages for the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

  • weew/php-app-error-handler ^1.3

 

The Development Requires

by Maxim Kott

20/04 2016

v1.1.1

1.1.1.0

Error handler that suppresses all error messages for the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

  • weew/php-app-error-handler ^1.3

 

The Development Requires

by Maxim Kott

20/04 2016

v1.1.0

1.1.0.0

Error handler that suppresses all error messages for the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

  • weew/php-app-error-handler ^1.3

 

The Development Requires

by Maxim Kott

20/04 2016

v1.0.0

1.0.0.0

Error handler that suppresses all error messages for the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

  • weew/php-app-error-handler ^1.3

 

The Development Requires

by Maxim Kott