PHP Class think\exception\ValidateException

Inheritance: extends RuntimeException
Afficher le fichier Open project: top-think/framework

Protected Properties

Свойство Type Description
$error

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $error )

getError() public méthode

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

Property Details

$error protected_oe property

protected $error