Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 298 Bytes

File metadata and controls

25 lines (17 loc) · 298 Bytes

Detail

Contains parameter or domain specific information related to the error and why it occurred.

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

array

/**
* @var array<string, mixed>
*/
array $value = /* values here */