deeem/hexlet-psr-linter

View on GitHub
src/ExceptionParse.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PsrLinter;

class ExceptionParse extends \Exception implements ExceptionInterface
{

}