InvalidStringParameterException
extends InvalidArgumentException
-
since
-
35.0.0
Table of Contents
Properties
-
$constraint
: string
-
$parameterName
: string
Methods
-
__construct()
: mixed
-
getConstraint()
: string
-
getParameterName()
: string
$constraint
protected
string
$constraint
$parameterName
protected
string
$parameterName
__construct()
public
__construct(string $parameterName, string $constraint) : mixed
Parameters
-
$parameterName
: string
-
-
$constraint
: string
-
-
since
-
35.0.0
getConstraint()
public
getConstraint() : string
-
since
-
35.0.0
getParameterName()
public
getParameterName() : string
-
since
-
35.0.0