for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DucCnzj\Ip\Exceptions;
use Throwable;
class InvalidArgumentException extends BreakLoopException
{
public function __construct($message = '参数验证失败', $code = 0, Throwable $previous = null)
parent::__construct($message, $code, $previous);
}