ValidationException extends Exception
Thrown when some record fails to validate prior to save.
Table of Contents
$propertyName | string | |
---|---|---|
__construct() | Construct the exception <p>Constructs the Exception.</p> | self |
getPropertyName() | string |
Properties
$propertyName
private
string
$propertyName
Methods
__construct()
Construct the exception <p>Constructs the Exception.</p>
public
__construct(
[ $message :
string
= "" ]
, $code :
int
[, $previous :
Throwable
= NULL ]
[, $propertyName :
string
= '' ]
)
: self
Parameters
- $message : string = ""
<p>The Exception message to throw.</p>
- $code : int
<p>The Exception code.</p>
- $previous : Throwable = NULL
<p>The previous exception used for the exception chaining.</p>
- $propertyName : string = ''
Tags
Return values
selfgetPropertyName()
public
getPropertyName(
)
: string