apatis / exceptions
Exceptions Collection
1.0.0
2017-01-28 12:40 UTC
Requires
- php: >=5.6
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-15 10:57:20 UTC
README
Throwable Exceptions collections for php 5.6 backward compatibility.
Installing
Via Terminal
composer require apatis/exceptions
composer.json
{
"require" : {
"apatis/exceptions": "^1"
}
}
Requirements
- php
>= 5.6
ps : working on php 5.3.x, php 5.6 is minimun requirements for recommended built in apps & unit testing.