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
Requires
- php: >5.3.0
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
Change Logs
v1.1.0
- BugFix: method BeautyException::exceptionHandler error.
v1.2.0
- Style: change default theme to yii-like.