Search by

fanqingxuan / exception

fanqingxuan

Package info

github.com/fanqingxuan/exception

pkg:composer/fanqingxuan/exception

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2020-07-04 06:09 UTC

This package is auto-updated.

Last update: 2026-09-04 20:14:09 UTC


README

This is a project inspired by CodeIgniter4, and used for displaying exception and errors.

screenshot

screenshot.jpg

Install

composer require fanqingxuan/exception

Usage

<?php

require 'vendor/autoload.php';

use Json\Exception\JsonExceptionHandler;


JsonExceptionHandler::register();

var_dump($arr['aaa']++);