final class Message

Constants

TypeMismatch

variables: {value: mixed, expected: string}

ValueOutOfRange

variables: {value: mixed, expected: string}

LengthOutOfRange

variables: {value: mixed, length: int, expected: string}

PatternMismatch

variables: {value: string, pattern: string}

FailedAssertion

variables: {value: mixed, assertion: string}

MissingItem

no variables

UnexpectedItem

variables: {hint: string}

Deprecated

no variables

deprecated TYPE_MISMATCH

deprecated VALUE_OUT_OF_RANGE

deprecated LENGTH_OUT_OF_RANGE

deprecated PATTERN_MISMATCH

deprecated FAILED_ASSERTION

deprecated MISSING_ITEM

deprecated UNEXPECTED_ITEM

deprecated DEPRECATED

Properties

$message
$code
string[] $path
string[] $variables

Methods

__construct(string $message, string $code, array $path, array $variables = [])

No description

string
toString()

No description

Details

at line 75
__construct(string $message, string $code, array $path, array $variables = [])

No description

Parameters

string $message
string $code
array $path
array $variables

at line 84
string toString()

No description

Return Value

string