mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 07:15:06 +08:00
18 lines
299 B
PHP
18 lines
299 B
PHP
<?php
|
|
/**
|
|
* exceptions.php@LuxAlign
|
|
*
|
|
* @author 李东云 <Dongyun.Li@LuxCreo.Ai>
|
|
* Powered by PhpStorm
|
|
* Created on 2023/4/12
|
|
*/
|
|
|
|
use Singularity\HDK\Core\Exceptions\Handler\CommonHandler;
|
|
|
|
return [
|
|
'handler' => [
|
|
'http' => [
|
|
CommonHandler::class,
|
|
],
|
|
],
|
|
]; |