jetea / exception
The Jetea Exception component.
Installs: 72
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jetea/exception
Requires
- php: >=7.1.3
This package is auto-updated.
Last update: 2025-09-25 23:56:53 UTC
README
The Jetea Exception component.
Installation
composer require jetea/exception=~2.0 -vvv
Getting Started
-
vim index.php
<?php require __DIR__ . '/vendor/autoload.php'; $handler = new \Jetea\Exception\Handler(); (new \Jetea\Exception\HandleExceptions($handler))->handle(); //undefined variable: a echo $a;
-
Run
php -S 127.0.0.1:9000
-
Open a browser window and navigate to http://127.0.0.1:9000. You should be able to see the debugger page.