siestacat/symfony-json-error-response

返回包含错误消息或异常的 JsonResponse

1.0.4 2023-11-23 18:33 UTC

This package is auto-updated.

Last update: 2024-09-23 20:07:41 UTC


README

安装

composer require siestacat/symfony-json-error-response

用法

use Siestacat\SymfonyJsonErrorResponse\JsonErrorResponse;


测试

git clone https://github.com/SiestaCat/symfony-json-error-response.git
cd symfony-json-error-response
composer install
composer run-script test