PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of magog   Deferred Exceptions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Deferred Exceptions
Queue exceptions and throws them afterwards
Author: By
Last change: ::exceptionsCount() and ::exceptionsCountGlobal() functions
Date: 7 years ago
Size: 664 bytes
 

Contents

Class file image Download
{ "name": "seotils/deferred-exceptions", "description": "The trait allows you to choose: to throw an exception now, later or simply handle errors. Also it accumulate exceptions of all classes wich use this trait.", "license": "GPL-3.0", "keywords": ["traits", "exceptions", "handle errors"], "homepage": "https://github.com/seotils/deferred-exceptions", "authors": [ { "name": "deMagog", "email": "seotils@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.6.0" }, "autoload": { "psr-0": { "Seotils\\Traits": "src/" } } }