Files
hyperf_data/config/autoload/exceptions.php
Aether 0c7142ad46 ..
2025-09-26 10:41:43 +08:00

14 lines
183 B
PHP

<?php
declare(strict_types=1);
use Aether\RpcExceptionHandler;
return [
'handler' => [
'jsonrpc-http' => [
RpcExceptionHandler::class,
],
],
];