asplode icon indicating copy to clipboard operation
asplode copied to clipboard

Drop-in exception-based error handling for PHP.

Results 2 asplode issues
Sort by recently updated
recently updated
newest added

PHP7 brings with it significant changes to error handling: - Most errors are now thrown objects of type `Error`. - `Error` objects are a separate hierarchy to `Exception` objects. -...

Feature