PHP Classes

Notable PHP package: Corner

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 157

Last month viewers: 2

Categories: Notable Packages

Exceptions are frequently used by applications to trigger errors about error conditions that they are not ready to handle.

Usually exceptions pass some information about the context of the conditions that triggered the error, like for instance the file of the source code where the error occurred.

This package provides a trait that goes farther by providing other useful information about the errors, like for instance snippets of the source code that triggered the error, as well a link to get more support from the developers responsible for the code.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package Corner is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Implements exceptions and errors with more details

Here follows in more detail what it does:

This package implements exceptions and errors with more details.

It provides a trait that can be used in exceptions or error classes in a way that can provide to applications more details about the circumstances that triggered those exceptions or classes.

Currently it can return a more helpful message about the errors, get snippets of the code that called the other code of the application that triggered the error, as well get a link to get more support for the code that caused the error.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.




  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)