PHP Class think\exception\ValidateException

Inheritance: extends RuntimeException
Mostra file Open project: top-think/framework

Protected Properties

Property Type Description
$error

Public Methods

Method Description
__construct ( $error )
getError ( ) : array | string 获取验证错误信息

Method Details

__construct() public method

public __construct ( $error )

getError() public method

获取验证错误信息
public getError ( ) : array | string
return array | string

Property Details

$error protected_oe property

protected $error