(1/1) ErrorExceptionURL: {{ $content['url'] ?? '' }} IP: {{ $content['ip'] ?? '' }} |
|---|
Request InformationMethod: {{ $content['request']['method'] ?? 'N/A' }} URL: {{ $content['request']['url'] ?? 'N/A' }} Headers: {{ json_encode($content['request']['headers'] ?? [], JSON_PRETTY_PRINT) }}
Body: {{ json_encode($content['request']['body'] ?? [], JSON_PRETTY_PRINT) }}
|
Informações do UsuárioNome: {{ $content['user']["name"] }} Empresa: {{ json_encode($content['user']["empresa"] ?? [], JSON_PRETTY_PRINT) }} Agencia: {{ json_encode($content['user']["agencia"] ?? [], JSON_PRETTY_PRINT) }} Roles: {{ json_encode($content['user']["roles"] ?? [], JSON_PRETTY_PRINT) }} Email: {{$content['user']["email"]}} |
| in {{ $content['file'] ?? '' }} line {{ $content['line'] ?? '' }} |
| at {{ basename($value['class'] ?? '') }}->{{ $value['function'] ?? '' }}()in {{ $value['file'] ?? '' }} line {{ $value['line'] ?? '' }} |