src/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to public class constant \Mvc5\Exception::ERROR_EXCEPTION
Open

    const ERROR_EXCEPTION = Exception\ErrorException::class;
Severity: Minor
Found in src/Exception.php by phan

Possibly zero references to public class constant \Mvc5\Exception::EXCEPTION
Open

    const EXCEPTION = self::class;
Severity: Minor
Found in src/Exception.php by phan

Possibly zero references to public class constant \Mvc5\Exception::INVALID_ARGUMENT
Open

    const INVALID_ARGUMENT = Exception\InvalidArgumentException::class;
Severity: Minor
Found in src/Exception.php by phan

Possibly zero references to public class constant \Mvc5\Exception::DOMAIN
Open

    const DOMAIN = Exception\DomainException::class;
Severity: Minor
Found in src/Exception.php by phan

Possibly zero references to public class constant \Mvc5\Exception::RUNTIME
Open

    const RUNTIME = Exception\RuntimeException::class;
Severity: Minor
Found in src/Exception.php by phan

There are no issues that match your filters.

Category
Status