Skip to content

Commit

Permalink
Add rpc error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed May 28, 2019
1 parent b2ab6b9 commit 73e8f73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Exception/Handler/HttpErrorHandler.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php declare(strict_types=1);


namespace Swoft\Http\Server\Exception\Handler;

/**
* Class HttpErrorHandler
*
* @since 2.0
*/
abstract class HttpErrorHandler extends AbstractHttpErrorHandler
{

}

0 comments on commit 73e8f73

Please sign in to comment.