uk/core.errors

The UniKado core exceptions and error handlers.

0.1.2 2016-07-28 18:12 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:19:43 UTC


README

This Lib implements the UniKado Core exceptions and error handler that throws an UK\PhpException on catchable errors, warnings and notices.

Status

Build Status Code Coverage Scrutinizer Code Quality

Installation

composer require uk/core.errors

or include it inside you're composer.json

{
   "require": {
      "php": ">=7.0",
      "uk/core.errors": "^0.1.2"
   }
}