apatis/exceptions

Exceptions Collection

1.0.0 2017-01-28 12:40 UTC

This package is not auto-updated.

Last update: 2024-03-17 00:03:08 UTC


README

Build Status

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.

License

MIT License