goenitz/beauty-exceptions

Pretty php exception and errors.

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/goenitz/beauty-exceptions

v1.5 2017-11-03 02:27 UTC

This package is auto-updated.

Last update: 2025-09-22 01:54:18 UTC


README

Installation

composer require goenitz/beauty-exceptions

Usage

//error_reporting(E_ALL || ~E_NOTICE);
require 'vendor/autoload.php';

\Goenitz\BeautyExceptions\BeautyExceptions::register();

Ok, that's it!

ScreenShot

ScreenShot

Change Logs

v1.1.0

  • BugFix: method BeautyException::exceptionHandler error.

v1.2.0

  • Style: change default theme to yii-like.