mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 18:57:51 +08:00
RuntimeException not import
This commit is contained in:
parent
db8debb8e8
commit
01f13e4b76
@ -13,6 +13,7 @@ declare(strict_types=1);
|
||||
namespace Hyperf\LoadBalancer;
|
||||
|
||||
use MathPHP\Algebra;
|
||||
use RuntimeException;
|
||||
|
||||
class WeightedRoundRobin extends AbstractLoadBalancer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user