Skip to content

Commit 73e8f73

Browse files
committed
Add rpc error handler
1 parent b2ab6b9 commit 73e8f73

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php declare(strict_types=1);
2+
3+
4+
namespace Swoft\Http\Server\Exception\Handler;
5+
6+
/**
7+
* Class HttpErrorHandler
8+
*
9+
* @since 2.0
10+
*/
11+
abstract class HttpErrorHandler extends AbstractHttpErrorHandler
12+
{
13+
14+
}

0 commit comments

Comments
 (0)