brokencube/circuit

View on GitHub
src/Middleware/ErrorLogger.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 160 characters
Open

            $this->log->error($e->getMessage(), ['trace' => $e->getTraceAsString(), 'line' => $e->getLine(), 'file' => $e->getFile(), 'code' => $e->getCode()]);

There are no issues that match your filters.

Category
Status