ValidationException
extends Exception
in package
Thrown by @link EntityBase::validate() if validation errors occur.
Tags
Table of Contents
Properties
- $errors : mixed
Methods
- __construct() : mixed
- getErrors() : mixed
- assignMessage() : mixed
Properties
$errors
protected
mixed
$errors
Methods
__construct()
public
__construct(array<string|int, mixed> $errors) : mixed
Parameters
- $errors : array<string|int, mixed>
getErrors()
public
getErrors() : mixed
assignMessage()
private
assignMessage() : mixed