Formatter
in package
Table of Contents
Methods
- formatExceptionAsDataArray() : array<string|int, mixed>
- Returns all basic information about the exception in a simple array for further convertion to other languages
- formatExceptionPlain() : mixed
Methods
formatExceptionAsDataArray()
Returns all basic information about the exception in a simple array for further convertion to other languages
public
static formatExceptionAsDataArray(Inspector $inspector, bool $shouldAddTrace) : array<string|int, mixed>
Parameters
- $inspector : Inspector
- $shouldAddTrace : bool
Return values
array<string|int, mixed>formatExceptionPlain()
public
static formatExceptionPlain(Inspector $inspector) : mixed
Parameters
- $inspector : Inspector