2017 © Pedro Peláez
 

library exceptions

An exception package, made extensible through an ini file.

image

tdt/exceptions

An exception package, made extensible through an ini file.

  • Wednesday, August 12, 2015
  • by coreation
  • Repository
  • 2 Watchers
  • 0 Stars
  • 936 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

exceptions

A repository to create and return exceptions according to an ini file., (*1)

Usage

You can include this in your PHP project through the PHP composer. Using TDTExceptions is very easy:, (*2)

throw new TDTException(452,array(parameter1, parameter2));

This will cause the class TDTException look in the exceptions.ini file. From that file it will extract the necessary information such documentation, and message to create a nice exception. In the exceptions.ini file you can see the message can accept parameters. These are the parameters you pass along with the constructor in the array as second parameter. In the ini file you can address these parameters by $1,$2,..., (*3)

The Versions

12/08 2015

dev-master

9999999-dev http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions

07/05 2013

v1.4

1.4.0.0 http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions

07/05 2013

v1.3

1.3.0.0 http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions

19/04 2013

v1.2

1.2.0.0 http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions

19/04 2013

v1.1

1.1.0.0 http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions

15/02 2013

v1.0

1.0.0.0 http://thedatatank.com

An exception package, made extensible through an ini file.

  Sources   Download

AGPLv3

The Requires

 

exceptions