Documentation

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

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
link
http://php.net/manual/en/exception.construct.php
since

PHP 5, PHP 7

Return values
self

Search results