deeem/hexlet-psr-linter

View on GitHub
src/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PsrLinter;

interface ExceptionInterface
{

}