src/Exception/ErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to public method \Mvc5\Exception\ErrorException::handler()
Open

    static function handler(int $severity, string $message, string $file, int $line)
Severity: Minor
Found in src/Exception/ErrorException.php by phan

Unused definition of variable $exception
Open

        $exception = new self($message, 0, $severity, $file, $line);
Severity: Minor
Found in src/Exception/ErrorException.php by phan

There are no issues that match your filters.

Category
Status