2017 © Pedro Peláez
 

library jtrace

Prints PHP exceptions in a Java style

image

jorge-matricali/jtrace

Prints PHP exceptions in a Java style

  • Monday, May 22, 2017
  • by jorge-matricali
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Version 2.3.0 Build Status Coverage Status MIT licensed Packagist, (*1)

jTrace PHP

Prints PHP exceptions in a Java style :), (*2)

Installation

You can add this library as a dependency to your project using Composer:, (*3)

composer require jorge-matricali/jtrace

If you only need this library during development, then you should install using:, (*4)

composer require --dev jorge-matricali/jtrace

Usage

use JorgeMatricali\JTrace;

try {
    // ...
} catch (Exception $e) {
    echo JTrace::print($e);
}

The code above yields the output below:, (*5)

Phalcon\Mvc\Dispatcher\Exception: IndexController handler class cannot be loaded at Phalcon.Mvc.Dispatcher._throwDispatchException(index.php:93) at Phalcon.Dispatcher._dispatch(Unknown Source) at Phalcon.Dispatcher.dispatch(Unknown Source) at Phalcon.Mvc.Application.handle(Unknown Source) ... 1 more, (*6)

The Versions

22/05 2017

dev-master

9999999-dev

Prints PHP exceptions in a Java style

  Sources   Download

MIT

The Requires

 

The Development Requires

java trace

16/02 2014

v1.0

1.0.0.0

Prints PHP exceptions in a Java style

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

java trace