Documentation

ValidationException extends InvalidStateException
in package

Validation error.

Table of Contents

Properties

$messages  : array<string|int, Message>

Methods

__construct()  : mixed
getMessageObjects()  : array<string|int, Message>
getMessages()  : array<string|int, string>

Properties

Methods

__construct()

public __construct(string|null $message[, array<string|int, Message$messages = [] ]) : mixed
Parameters
$message : string|null
$messages : array<string|int, Message> = []

getMessages()

public getMessages() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results