Download the PHP package mouf/utils.composite-exception without Composer
On this page you can find all versions of the php package mouf/utils.composite-exception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mouf/utils.composite-exception
More information about mouf/utils.composite-exception
Files in mouf/utils.composite-exception
Download mouf/utils.composite-exception
More information about mouf/utils.composite-exception
Files in mouf/utils.composite-exception
Vendor mouf
Package utils.composite-exception
Short Description This project contains a simple PHP exception that can aggregate multiple exceptions in one.
License MIT
Package utils.composite-exception
Short Description This project contains a simple PHP exception that can aggregate multiple exceptions in one.
License MIT
Please rate this library. Is it a good library?
Informations about the package utils.composite-exception
Composite exception
This project contains a simple PHP exception that can aggregate multiple exceptions in one. The rationale behind this idea is to allow exceptions to be triggered in loops, and to throw only one at the end of your script:
Installation
You can install this package through Composer:
The packages adheres to the SemVer specification, and there will be full backward compatibility between minor versions.
Usage
This package contains a CompositeException
class with 2 methods: add(\Throwable $e)
and isEmtpy()
.
Typical usage:
All versions of utils.composite-exception with dependencies
PHP Build Version
Package Version
No informations.
The package mouf/utils.composite-exception contains the following files
Loading the files please wait ....