goenitz/beauty-exceptions

Pretty php exception and errors.

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

This package is auto-updated.

Last update: 2024-05-21 22:58:31 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.